Update Python queries

This commit is contained in:
Stephan Seitz 2020-11-28 22:25:27 +01:00 committed by Thomas Vigouroux
parent 47fae4eff8
commit b3a3403e25
2 changed files with 40 additions and 12 deletions

View file

@ -224,8 +224,14 @@
body: (block
(expression_statement
(assignment
left: (left_hand_side
(identifier) @field)))))
left: (identifier) @field))))
(#vim-match? @field "^([A-Z])@!.*$"))
((class_definition
body: (block
(expression_statement
(assignment
left: (_
(identifier) @field)))))
(#vim-match? @field "^([A-Z])@!.*$"))
((class_definition