summaryrefslogtreecommitdiff
path: root/queries/perl
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-09-06 11:56:27 +0100
committerLewis Russell <me@lewisr.dev>2022-09-06 12:44:19 +0100
commit2a63ea5665a6de96acd31a045d9d4d73272ff5a9 (patch)
tree348be916a4d33581fd2703d88878dd33fd625741 /queries/perl
parent3e09c81b4c33bf14907b8a59025904d14c234b1e (diff)
feat(spell): upstream spell queries from spellsitter
Diffstat (limited to 'queries/perl')
-rw-r--r--queries/perl/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/perl/highlights.scm b/queries/perl/highlights.scm
index 2c0e1ba3..c355dbb8 100644
--- a/queries/perl/highlights.scm
+++ b/queries/perl/highlights.scm
@@ -83,6 +83,7 @@
; Comments are comments
(comments) @comment
+(comments) @spell
; POD should be handled specially with its own embedded subtype but for now
; we'll just have to do this.