TOML highlight: use variable.other.member instead of string for quoted keys (#2391)
This commit is contained in:
parent
f1a77370cf
commit
fc61796895
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
; Properties
|
||||
;-----------
|
||||
|
||||
(bare_key) @variable.other.member
|
||||
(quoted_key) @string
|
||||
[
|
||||
(bare_key)
|
||||
(quoted_key)
|
||||
] @variable.other.member
|
||||
|
||||
; Literals
|
||||
;---------
|
||||
|
|
Loading…
Reference in a new issue