mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 21:00:08 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
4235360690
26 changed files with 278 additions and 114 deletions
|
|
@ -62,7 +62,7 @@
|
|||
; Variables
|
||||
|
||||
((identifier) @constant
|
||||
(#match? @constant "^_*[A-Z][A-Z\d_]+"))
|
||||
(#vim-match? @constant "^_*[A-Z][A-Z\d_]+"))
|
||||
|
||||
(this) @constant.builtin
|
||||
|
||||
|
|
@ -221,4 +221,4 @@
|
|||
">>>"
|
||||
"<<"
|
||||
"::"
|
||||
] @operator
|
||||
] @operator
|
||||
Loading…
Add table
Add a link
Reference in a new issue