Skip to content

Commit

Permalink
TOML highlight: use variable.other.member instead of string for quote…
Browse files Browse the repository at this point in the history
…d keys (#2391)
  • Loading branch information
ChrHorn authored May 5, 2022
1 parent f1a7737 commit fc61796
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/queries/toml/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
; Properties
;-----------

(bare_key) @variable.other.member
(quoted_key) @string
[
(bare_key)
(quoted_key)
] @variable.other.member

; Literals
;---------
Expand Down

0 comments on commit fc61796

Please sign in to comment.