mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Reorder json5 queries
This commit is contained in:
parent
0058a4e18d
commit
45610f18a3
1 changed files with 3 additions and 3 deletions
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
"null" @constant
|
||||
|
||||
(member
|
||||
name: (_) @keyword)
|
||||
|
||||
(string) @string
|
||||
|
||||
(number) @number
|
||||
|
||||
(comment) @comment
|
||||
|
||||
(member
|
||||
name: (_) @keyword)
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue