mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -65,11 +65,11 @@
|
|||
"NOTATION" @keyword.directive
|
||||
(Name) @label)
|
||||
|
||||
((NotationDecl
|
||||
(NotationDecl
|
||||
(ExternalID
|
||||
(SystemLiteral
|
||||
(URI) @string.special.url))
|
||||
(#set! "priority" 105)))
|
||||
(#set! "priority" 105))
|
||||
|
||||
; Attlist declaration
|
||||
(AttlistDecl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue