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/fsh | |
| 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/fsh')
| -rw-r--r-- | queries/fsh/highlights.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/queries/fsh/highlights.scm b/queries/fsh/highlights.scm index 9a11e279f..3404fa7c6 100644 --- a/queries/fsh/highlights.scm +++ b/queries/fsh/highlights.scm @@ -71,17 +71,23 @@ "Canonical" ] @type.builtin +(sd_metadata + (parent + (name))) @type -(sd_metadata (parent (name))) @type -(target_type (name)) @type +(target_type + (name)) @type ; Strings (string) @string + (multiline_string) @string ; Constants (strength_value) @constant + (bool) @constant.boolean + (flag) @constant ; Special Params |
