Add support for json5

This commit is contained in:
Joakker 2021-08-24 18:23:16 -04:00 committed by Stephan Seitz
parent de5c1dc990
commit 14e44a2685
5 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[
"true"
"false"
] @boolean
"null" @constant
(member
name: (_) @keyword)
(string) @string
(number) @number
(comment) @comment
(ERROR) @error

View file

@ -0,0 +1 @@
(comment) @comment