mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
Reorder json5 queries
This commit is contained in:
committed by
Thomas Vigouroux
parent
0058a4e18d
commit
45610f18a3
@@ -5,13 +5,13 @@
|
||||
|
||||
"null" @constant
|
||||
|
||||
(member
|
||||
name: (_) @keyword)
|
||||
|
||||
(string) @string
|
||||
|
||||
(number) @number
|
||||
|
||||
(comment) @comment
|
||||
|
||||
(member
|
||||
name: (_) @keyword)
|
||||
|
||||
(ERROR) @error
|
||||
|
||||
Reference in New Issue
Block a user