mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
Update queries/python/highlights.scm
This commit is contained in:
parent
df06643aa1
commit
6d08b25f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@
|
||||||
body: (block
|
body: (block
|
||||||
(expression_statement
|
(expression_statement
|
||||||
(assignment
|
(assignment
|
||||||
left: (_
|
left: (_
|
||||||
(identifier) @field)))))
|
(identifier) @field)))))
|
||||||
(#match? @field "^([A-Z])@!.*$"))
|
(#match? @field "^([A-Z])@!.*$"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue