mirror of https://github.com/Wilfred/difftastic/
Semantic capture names (#26)
parent
67d33d619e
commit
368736a613
@ -1,9 +1,16 @@
|
|||||||
(pair
|
(pair
|
||||||
key: (_) @keyword)
|
key: (_) @string.special.key)
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
||||||
(object
|
(number) @number
|
||||||
"{" @escape
|
|
||||||
(_)
|
[
|
||||||
"}" @escape)
|
(null)
|
||||||
|
(true)
|
||||||
|
(false)
|
||||||
|
] @constant.builtin
|
||||||
|
|
||||||
|
(escape_sequence) @escape
|
||||||
|
|
||||||
|
(comment) @comment
|
||||||
|
|||||||
Loading…
Reference in New Issue