mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: tidy up some query mistakes
Revealed by the capture-less patterns lint
This commit is contained in:
parent
a663e69447
commit
168fe16cdd
3 changed files with 3 additions and 5 deletions
|
|
@ -93,8 +93,8 @@
|
|||
lhs: _ @constant.macro
|
||||
(#set! priority 101))
|
||||
|
||||
(_preprocessor_directive) @keyword.directive
|
||||
(#set! priority 99)
|
||||
((_preprocessor_directive) @keyword.directive
|
||||
(#set! priority 99))
|
||||
|
||||
; Attributes
|
||||
(pp_include) @keyword.import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue