diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index b62405171..23bf03e69 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -105,8 +105,15 @@ ((command_name (word) @function.builtin) (#any-of? @function.builtin - "alias" "cd" "clear" "echo" "eval" "exit" "getopts" "popd" - "pushd" "return" "set" "shift" "shopt" "source" "test")) + "alias" "bg" "bind" "break" "builtin" "caller" "cd" + "command" "compgen" "complete" "compopt" "continue" + "coproc" "dirs" "disown" "echo" "enable" "eval" + "exec" "exit" "fc" "fg" "getopts" "hash" "help" + "history" "jobs" "kill" "let" "logout" "mapfile" + "popd" "printf" "pushd" "pwd" "read" "readarray" + "return" "set" "shift" "shopt" "source" "suspend" + "test" "time" "times" "trap" "type" "typeset" + "ulimit" "umask" "unalias" "wait")) (command argument: [