summaryrefslogtreecommitdiff
path: root/queries
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-09-12 10:23:01 +0100
committerLewis Russell <me@lewisr.dev>2022-09-12 11:02:35 +0100
commitc836f946a9f41b7ebbad2f4d2253db3de89bf449 (patch)
tree410a73a240f3f29025af6016159c5f252ca77d7e /queries
parent3c2d63c118f89215dd6dc8635c52c55bef5f3fce (diff)
highlights(lua): add spell
Diffstat (limited to 'queries')
-rw-r--r--queries/lua/highlights.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm
index 92baba0f..054d7879 100644
--- a/queries/lua/highlights.scm
+++ b/queries/lua/highlights.scm
@@ -181,12 +181,14 @@
;; Others
(comment) @comment
+(comment) @spell
(hash_bang_line) @comment
(number) @number
(string) @string
+(string) @spell
;; Error
(ERROR) @error