mirror of https://github.com/helix-editor/helix
TOML highlight: use variable.other.member instead of string for quoted keys (#2391)
parent
f1a77370cf
commit
fc61796895
|
@ -1,8 +1,10 @@
|
||||||
; Properties
|
; Properties
|
||||||
;-----------
|
;-----------
|
||||||
|
|
||||||
(bare_key) @variable.other.member
|
[
|
||||||
(quoted_key) @string
|
(bare_key)
|
||||||
|
(quoted_key)
|
||||||
|
] @variable.other.member
|
||||||
|
|
||||||
; Literals
|
; Literals
|
||||||
;---------
|
;---------
|
||||||
|
|
Loading…
Reference in New Issue