summaryrefslogtreecommitdiff
path: root/queries/swift/highlights.scm
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/swift/highlights.scm
parentd712b1bed1f4bb591f18b758d2f340a93a0629fd (diff)
feat(spell): support more languages
Diffstat (limited to 'queries/swift/highlights.scm')
-rw-r--r--queries/swift/highlights.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/queries/swift/highlights.scm b/queries/swift/highlights.scm
index 03c06ca2..6faa5571 100644
--- a/queries/swift/highlights.scm
+++ b/queries/swift/highlights.scm
@@ -96,8 +96,10 @@
(statement_label) @label
; Comments
-(comment) @comment
-(multiline_comment) @comment
+[
+ (comment)
+ (multiline_comment)
+] @comment @spell
; String literals
(line_str_text) @string