Remove regex for field

This commit is contained in:
Hennadii Chernyshchyk 2021-07-21 23:16:12 +03:00 committed by Stephan Seitz
parent 64ea6cd46f
commit 808f0d9ce1

View file

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