diff --git a/runtime/queries/toml/highlights.scm b/runtime/queries/toml/highlights.scm index 2742b2be6..3c4425f8c 100644 --- a/runtime/queries/toml/highlights.scm +++ b/runtime/queries/toml/highlights.scm @@ -1,8 +1,10 @@ ; Properties ;----------- -(bare_key) @variable.other.member -(quoted_key) @string +[ + (bare_key) + (quoted_key) +] @variable.other.member ; Literals ;---------