highlights(bash): add more builtins

This commit is contained in:
adrian5 2022-04-04 14:24:20 +02:00 committed by Kiyan
parent 56baf1873a
commit fa6031d81a

View file

@ -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: [