Skip to content

Commit 1c38a2a

Browse files
committed
remove @spell to make comment highlight work
1 parent f4162e6 commit 1c38a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/queries/nu/highlights.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,12 @@ key: (identifier) @property
378378

379379
[(comment) (shebang)] @comment
380380

381-
((comment)+ @comment.documentation @spell
381+
((comment)+ @comment.documentation
382382
.
383383
(decl_def))
384384

385385
(parameter
386-
(comment) @comment.documentation @spell)
386+
(comment) @comment.documentation)
387387

388388
(command
389389
head: ((cmd_identifier) @_cmd

0 commit comments

Comments
 (0)