summaryrefslogtreecommitdiff
path: root/queries/yaml
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/yaml
parentd712b1bed1f4bb591f18b758d2f340a93a0629fd (diff)
feat(spell): support more languages
Diffstat (limited to 'queries/yaml')
-rw-r--r--queries/yaml/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/yaml/highlights.scm b/queries/yaml/highlights.scm
index 89b9f20c..311162c1 100644
--- a/queries/yaml/highlights.scm
+++ b/queries/yaml/highlights.scm
@@ -7,7 +7,7 @@
(escape_sequence) @string.escape
(integer_scalar) @number
(float_scalar) @number
-(comment) @comment
+(comment) @comment @spell
(anchor_name) @type
(alias_name) @type
(tag) @type