mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
||||
|
||||
(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