aboutsummaryrefslogtreecommitdiffstats
path: root/queries/bash/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/bash/highlights.scm')
-rw-r--r--queries/bash/highlights.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm
index 033f9fbee..5820680ef 100644
--- a/queries/bash/highlights.scm
+++ b/queries/bash/highlights.scm
@@ -127,7 +127,8 @@
(command_name (word) @function.call)
((command_name (word) @function.builtin)
- (#any-of? @function.builtin
+ ; format-ignore
+ (#any-of? @function.builtin
"alias" "bg" "bind" "break" "builtin" "caller" "cd"
"command" "compgen" "complete" "compopt" "continue"
"coproc" "dirs" "disown" "echo" "enable" "eval"