mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(#match? @type "^[A-Z][A-Z_0-9]*$") . (_))
|
||||
|
||||
((attribute
|
||||
(identifier) @field)
|
||||
(#vim-match? @field "^([A-Z])@!.*$"))
|
||||
|
||||
;; Functions
|
||||
(constructor_definition) @constructor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue