aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorKirawi2022-07-26 01:17:51 +0000
committerGitHub2022-07-26 01:17:51 +0000
commit0a2646e720c4d3361e0ffa79aa5d2fd01e80568e (patch)
tree047c8504706ccdf3e5ca598c126a84bc246354f0 /languages.toml
parent2ede98c4b4275cc2176836347b7c921a7f018d72 (diff)
Improve python highlighting (#3103)
* improve python queries * update python grammar to `0.20.2` * fix variadic parameter scope * add punctuation scopes * fix order of punctuation scopes * undo `embedded` delete
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 1eaec8dd..b42f9cfd 100644
--- a/languages.toml
+++ b/languages.toml
@@ -437,7 +437,7 @@ indent = { tab-width = 4, unit = " " }
[[grammar]]
name = "python"
-source = { git = "https://github.com/tree-sitter/tree-sitter-python", rev = "d6210ceab11e8d812d4ab59c07c81458ec6e5184" }
+source = { git = "https://github.com/tree-sitter/tree-sitter-python", rev = "de221eccf9a221f5b85474a553474a69b4b5784d" }
[[language]]
name = "nickel"