From 0e65a9f272510de71d1fda0615d69ac7f0c4d2a0 Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Sat, 26 Oct 2024 19:23:20 -0700 Subject: [PATCH] feat(bash): highlight more builtin commands Commands: - `.` - `:` - `true` - `false` --- queries/bash/highlights.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index ef806eeab..5f6b00825 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -169,11 +169,11 @@ (command_name (word) @function.builtin (#any-of? @function.builtin - "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")) + "." ":" "alias" "bg" "bind" "break" "builtin" "caller" "cd" "command" "compgen" "complete" + "compopt" "continue" "coproc" "dirs" "disown" "echo" "enable" "eval" "exec" "exit" "false" "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" "true" "type" "typeset" "ulimit" "umask" "unalias" "wait")) (command argument: [