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