aboutsummaryrefslogtreecommitdiffstats
path: root/queries/bash
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-09-26 10:19:02 +0100
committerLewis Russell <me@lewisr.dev>2022-09-26 13:47:12 +0100
commit37398c7d68826c8d6ae3f85cc52d83fd3dee4f84 (patch)
tree97e1e895bdd180305a2e7584fae25c465bfe0c48 /queries/bash
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar
nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.gz
nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.bz2
nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.lz
nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.xz
nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.zst
nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.zip
feat(spell): support more languages
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