diff options
| author | Sergio Alejandro Vargas <savargasqu+git@unal.edu.co> | 2021-07-05 15:04:42 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-06 00:53:40 +0200 |
| commit | 820b4a9c211a49c878ce3f19ed5c349509e7988f (patch) | |
| tree | aacc70f49ddb660c55f17cdbbe5ad46aa68db050 /queries/bash | |
| parent | Highlights(python): Add `@keyword.function` (diff) | |
| download | nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.gz nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.bz2 nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.lz nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.xz nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.zst nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.zip | |
Use `@keyword.function` consistently
Diffstat (limited to 'queries/bash')
| -rw-r--r-- | queries/bash/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index 2c23efc3f..546228485 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -66,9 +66,10 @@ "local" "readonly" "unset" - "function" ] @keyword +"function" @keyword.function + (special_variable_name) @constant ((word) @constant.builtin |
