ee889aaa85
* updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
33 lines
625 B
Scheme
33 lines
625 B
Scheme
; Properties
|
|
;-----------
|
|
|
|
(bare_key) @variable.other.member
|
|
(quoted_key) @string
|
|
|
|
; Literals
|
|
;---------
|
|
|
|
(boolean) @constant.builtin.boolean
|
|
(comment) @comment
|
|
(string) @string
|
|
(integer) @constant.numeric.integer
|
|
(float) @constant.numeric.float
|
|
(offset_date_time) @string.special
|
|
(local_date_time) @string.special
|
|
(local_date) @string.special
|
|
(local_time) @string.special
|
|
|
|
; Punctuation
|
|
;------------
|
|
|
|
"." @punctuation.delimiter
|
|
"," @punctuation.delimiter
|
|
|
|
"=" @operator
|
|
|
|
"[" @punctuation.bracket
|
|
"]" @punctuation.bracket
|
|
"[[" @punctuation.bracket
|
|
"]]" @punctuation.bracket
|
|
"{" @punctuation.bracket
|
|
"}" @punctuation.bracket
|