mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
Use @parameter capture
This commit is contained in:
parent
2ed316ccf4
commit
a422d8508d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
(conditional_expression) @conditional
|
(conditional_expression) @conditional
|
||||||
|
|
||||||
; Directives
|
; Directives
|
||||||
(declare_directive ["strict_types" "ticks" "encoding"] @preproc)
|
(declare_directive ["strict_types" "ticks" "encoding"] @parameter)
|
||||||
|
|
||||||
; Basic tokens
|
; Basic tokens
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue