diff options
| author | Omar Zeghouani <omarzeghouanii@gmail.com> | 2021-05-17 21:51:38 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-05-17 23:24:46 +0200 |
| commit | 801adf237723cc982321de8131505b82c59b87ea (patch) | |
| tree | bc611f71327b1f17abd07a08386b06d352b9d777 /queries | |
| parent | parsers: remove requires_generate_from_grammar for supercollider (diff) | |
| download | nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.tar nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.tar.gz nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.tar.bz2 nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.tar.lz nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.tar.xz nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.tar.zst nvim-treesitter-801adf237723cc982321de8131505b82c59b87ea.zip | |
fish: move `test` to `test_command`
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/fish/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/fish/highlights.scm b/queries/fish/highlights.scm index e1895c276..4502c2e11 100644 --- a/queries/fish/highlights.scm +++ b/queries/fish/highlights.scm @@ -109,10 +109,11 @@ (command name: [ (word) @function.builtin - (#match? @function.builtin "^(.|:|_|alias|argparse|bg|bind|block|breakpoint|builtin|cd|command|commandline|complete|contains|count|disown|echo|emit|eval|exec|exit|fg|functions|history|isatty|jobs|math|printf|pwd|random|read|realpath|set|set_color|source|status|string|test|time|type|ulimit|wait)$") + (#match? @function.builtin "^(.|:|_|alias|argparse|bg|bind|block|breakpoint|builtin|cd|command|commandline|complete|contains|count|disown|echo|emit|eval|exec|exit|fg|functions|history|isatty|jobs|math|printf|pwd|random|read|realpath|set|set_color|source|status|string|time|type|ulimit|wait)$") ] ) +(test_command) @function.builtin ;; Functions |
