Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/toml/highlights.scm')
| -rw-r--r-- | runtime/queries/toml/highlights.scm | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/runtime/queries/toml/highlights.scm b/runtime/queries/toml/highlights.scm index e0a3d6a1..2742b2be 100644 --- a/runtime/queries/toml/highlights.scm +++ b/runtime/queries/toml/highlights.scm @@ -1,23 +1,8 @@ ; Properties ;----------- -(table [ - (bare_key) - (dotted_key) - (quoted_key) -] @type) - -(table_array_element [ - (bare_key) - (dotted_key) - (quoted_key) -] @type) - -(pair [ - (bare_key) - (dotted_key) - (quoted_key) -] @variable.other.member) +(bare_key) @variable.other.member +(quoted_key) @string ; Literals ;--------- |