aboutsummaryrefslogtreecommitdiffstats
path: root/queries/bash
diff options
context:
space:
mode:
Diffstat (limited to 'queries/bash')
-rw-r--r--queries/bash/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm
index 024ff25e3..961444a45 100644
--- a/queries/bash/highlights.scm
+++ b/queries/bash/highlights.scm
@@ -44,7 +44,7 @@
(string)
(raw_string)
(heredoc_body)
-] @string
+] @string @spell
(variable_assignment (word) @string)
@@ -84,7 +84,7 @@
((word) @boolean
(#match? @boolean "^(true|false)$"))
-(comment) @comment
+(comment) @comment @spell
(test_operator) @string
(command_substitution