build(deps): bump tree-sitter-python to v0.20.4

This commit is contained in:
Sanchayan Maity
2023-08-24 10:45:20 +05:30
committed by Christian Clason
parent c4728a5c46
commit 874b8172a6
2 changed files with 9 additions and 3 deletions

View File

@ -27,6 +27,8 @@
"credits"
"license"))
"_" @constant.builtin ; match wildcard
((attribute
attribute: (identifier) @field)
(#lua-match? @field "^[%l_].*$"))
@ -155,7 +157,10 @@
(#lua-match? @preproc "^#!/"))
(string) @string
(escape_sequence) @string.escape
[
(escape_sequence)
(escape_interpolation)
] @string.escape
; doc-strings
@ -241,6 +246,7 @@
"print"
"with"
"as"
"type"
] @keyword
[