mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
Remove regex for field
This commit is contained in:
parent
64ea6cd46f
commit
808f0d9ce1
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue