mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
TOML highlight: use variable.other.member instead of string for quoted keys (#2391)
This commit is contained in:
parent
f1a77370cf
commit
fc61796895
@ -1,8 +1,10 @@
|
||||
; Properties
|
||||
;-----------
|
||||
|
||||
(bare_key) @variable.other.member
|
||||
(quoted_key) @string
|
||||
[
|
||||
(bare_key)
|
||||
(quoted_key)
|
||||
] @variable.other.member
|
||||
|
||||
; Literals
|
||||
;---------
|
||||
|
Loading…
Reference in New Issue
Block a user