mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
parent
bf0ae40cf4
commit
f8314a4df3
2 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
|||
((identifier) @constant
|
||||
(#vim-match? @constant "^[A-Z][A-Z\\d_]+$"))
|
||||
|
||||
(const_spec
|
||||
name: (identifier) @constant)
|
||||
|
||||
; Function calls
|
||||
|
||||
(call_expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue