diff options
| -rw-r--r-- | queries/toml/highlights.scm | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/queries/toml/highlights.scm b/queries/toml/highlights.scm index f0a5177a7..f4eaf3f77 100644 --- a/queries/toml/highlights.scm +++ b/queries/toml/highlights.scm @@ -1,23 +1,4 @@ -(table - [ - (bare_key) @markup.heading - (dotted_key - (bare_key) @markup.heading) - ]) - -(table_array_element - [ - (bare_key) @markup.heading - (dotted_key - (bare_key) @markup.heading) - ]) - -(pair - [ - (bare_key) @property - (dotted_key - (bare_key) @property) - ]) +(bare_key) @property [ (string) |
