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