Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/bash/highlights.scm')
-rw-r--r--runtime/queries/bash/highlights.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/queries/bash/highlights.scm b/runtime/queries/bash/highlights.scm
index c3e504f3..19d3cc9f 100644
--- a/runtime/queries/bash/highlights.scm
+++ b/runtime/queries/bash/highlights.scm
@@ -48,6 +48,9 @@
(comment) @comment
+((word) @constant.builtin.boolean
+ (#any-of? @constant.builtin.boolean "true" "false"))
+
(function_definition name: (word) @function)
(file_descriptor) @constant.numeric.integer
@@ -56,7 +59,7 @@
(command_substitution)
(process_substitution)
(expansion)
-]@embedded
+] @embedded
[
"$"