aboutsummaryrefslogblamecommitdiff
path: root/runtime/queries/toml/highlights.scm
blob: 2742b2be6e9e115f1eb321da12eec57fd2e500b3 (plain) (tree)
1
2
3
4
5
6
7
8
9

            
                                 



                    
                                   
                  
                                   

















                                  
; 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