mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(bash): add more builtins
This commit is contained in:
parent
56baf1873a
commit
fa6031d81a
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@
|
|||
|
||||
((command_name (word) @function.builtin)
|
||||
(#any-of? @function.builtin
|
||||
"cd" "echo" "eval" "exit" "getopts"
|
||||
"pushd" "popd" "return" "set" "shift"))
|
||||
"alias" "cd" "clear" "echo" "eval" "exit" "getopts" "popd"
|
||||
"pushd" "return" "set" "shift" "shopt" "source" "test"))
|
||||
|
||||
(command
|
||||
argument: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue