diff options
| author | Omar Valdez <omarantoniovaldezf2@gmail.com> | 2025-12-08 01:09:27 -0800 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-12-08 14:47:59 +0100 |
| commit | f47f549f74cea5d5f25a5205c9e127cd882f1d20 (patch) | |
| tree | 0128f2d887021150e43c6c9be43153fbaf20b543 /runtime | |
| parent | feat(bash): remove unnecessary captures (diff) | |
| download | nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.tar nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.tar.gz nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.tar.bz2 nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.tar.lz nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.tar.xz nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.tar.zst nvim-treesitter-f47f549f74cea5d5f25a5205c9e127cd882f1d20.zip | |
feat(bash): highlight arguments of trap and kill builtin commands
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/queries/bash/highlights.scm | 36 | ||||
| -rw-r--r-- | runtime/queries/bash/injections.scm | 12 |
2 files changed, 36 insertions, 12 deletions
diff --git a/runtime/queries/bash/highlights.scm b/runtime/queries/bash/highlights.scm index 118ca6bd2..69bfaad1a 100644 --- a/runtime/queries/bash/highlights.scm +++ b/runtime/queries/bash/highlights.scm @@ -105,18 +105,6 @@ (special_variable_name) @constant |
