From 0a2646e720c4d3361e0ffa79aa5d2fd01e80568e Mon Sep 17 00:00:00 2001 From: Kirawi Date: Mon, 25 Jul 2022 21:17:51 -0400 Subject: 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--- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages.toml') 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" -- cgit v1.2.3-70-g09d2