Remove regex for field

This commit is contained in:
Hennadii Chernyshchyk 2021-07-21 23:16:12 +03:00 committed by Stephan Seitz
parent d4c645c4d9
commit 380b49e326

View file

@ -33,10 +33,6 @@
((identifier) @type
(#match? @type "^[A-Z][A-Z_0-9]*$") . (_))
((attribute
(identifier) @field)
(#vim-match? @field "^([A-Z])@!.*$"))
;; Functions
(constructor_definition) @constructor