mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
refactor(queries): Remove quotes from properties in set! directive
This commit is contained in:
parent
88aa09e6e9
commit
51bba660a8
45 changed files with 95 additions and 95 deletions
|
|
@ -1,5 +1,5 @@
|
|||
((atom) @constant
|
||||
(#set! "priority" "90"))
|
||||
(#set! priority "90"))
|
||||
|
||||
(var) @variable
|
||||
|
||||
|
|
@ -86,15 +86,15 @@
|
|||
|
||||
; Macros
|
||||
((macro_call_expr) @constant.macro
|
||||
(#set! "priority" 101))
|
||||
(#set! priority 101))
|
||||
|
||||
; Preprocessor
|
||||
(pp_define
|
||||
lhs: _ @constant.macro
|
||||
(#set! "priority" 101))
|
||||
(#set! priority 101))
|
||||
|
||||
(_preprocessor_directive) @keyword.directive
|
||||
(#set! "priority" 99)
|
||||
(#set! priority 99)
|
||||
|
||||
; Attributes
|
||||
(pp_include) @keyword.import
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
(export_type_attribute
|
||||
types: (fa
|
||||
fun: _ @type
|
||||
(#set! "priority" 101)))
|
||||
(#set! priority 101)))
|
||||
|
||||
(behaviour_attribute) @keyword.import
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue