TOML highlight: use variable.other.member instead of string for quoted keys (#2391)

This commit is contained in:
ChrHorn 2022-05-05 09:14:17 +02:00 committed by GitHub
parent f1a77370cf
commit fc61796895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,10 @@
; Properties
;-----------
(bare_key) @variable.other.member
(quoted_key) @string
[
(bare_key)
(quoted_key)
] @variable.other.member
; Literals
;---------