diff --git a/queries/toml/highlights.scm b/queries/toml/highlights.scm index 87e670b40..5255a20ab 100644 --- a/queries/toml/highlights.scm +++ b/queries/toml/highlights.scm @@ -1,8 +1,9 @@ ; Properties ;----------- -(bare_key) @property +(bare_key) @type (quoted_key) @string +(pair (bare_key)) @property ; Literals ;---------