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