fix(python): fields should not match uppercase-beginning names

This commit is contained in:
Amaan Qureshi 2023-04-29 18:57:48 -04:00
parent 1ca9b938c1
commit 9bfc966769

View file

@ -29,7 +29,7 @@
((attribute
attribute: (identifier) @field)
(#lua-match? @field "^.*%l.*$"))
(#lua-match? @field "^[%l_].*$"))
((assignment
left: (identifier) @type.definition