diff options
| author | Pham Huy Hoang <hoangtun0810@gmail.com> | 2024-01-06 15:05:50 +0900 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-19 16:58:37 +0100 |
| commit | 57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9 (patch) | |
| tree | 70bf645539882b88e6fa129cefd30986b89bbac3 /queries/gstlaunch | |
| parent | ci: add query lint job (diff) | |
| download | nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.tar nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.tar.gz nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.tar.bz2 nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.tar.lz nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.tar.xz nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.tar.zst nvim-treesitter-57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9.zip | |
chore: query formatting
Diffstat (limited to 'queries/gstlaunch')
| -rw-r--r-- | queries/gstlaunch/highlights.scm | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/queries/gstlaunch/highlights.scm b/queries/gstlaunch/highlights.scm index 36118712e..90729f876 100644 --- a/queries/gstlaunch/highlights.scm +++ b/queries/gstlaunch/highlights.scm @@ -1,30 +1,35 @@ [ - "!" - "=" + "!" + "=" ] @operator [ - "," - "." - ";" - "/" + "," + "." + ";" + "/" ] @punctuation.delimiter [ - "(" - ")" + "(" + ")" ] @punctuation.bracket (property key: (identifier) @variable.member) + (value) @string + (string_literal) @string + (cap . (identifier) @string . (identifier) @string) + (simple_element type: (_) @type) + (bin type: (_) @type) |
