mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
build(deps): bump tree-sitter-python to v0.20.4
This commit is contained in:
committed by
Christian Clason
parent
c4728a5c46
commit
874b8172a6
@ -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
|
||||
|
||||
[
|
||||
|
Reference in New Issue
Block a user