diff options
Diffstat (limited to 'queries/toml/highlights.scm')
| -rw-r--r-- | queries/toml/highlights.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/queries/toml/highlights.scm b/queries/toml/highlights.scm new file mode 100644 index 000000000..10b937052 --- /dev/null +++ b/queries/toml/highlights.scm @@ -0,0 +1,12 @@ +(bare_key) @type.builtin + +(pair + (bare_key) @property) + +(string) @string +(boolean) @constant.builtin +(integer) @number +(float) @float +(comment) @comment + +(ERROR) @error |
