Semantic capture names (#26)

pull/315/head
Matt Massicotte 2022-05-22 17:37:14 +07:00 committed by GitHub
parent 67d33d619e
commit 368736a613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

@ -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