feat: @spell on comments

This commit is contained in:
Jaehwang Jung 2023-09-13 00:25:01 +09:00 committed by Christian Clason
parent 905e782e80
commit 9567185621
56 changed files with 61 additions and 57 deletions

View file

@ -232,8 +232,8 @@
; Comments and tags
(block_comment "(*" @comment)
(block_comment "*)" @comment)
(block_comment_text) @comment
(comment) @comment
(block_comment_text) @comment @spell
(comment) @comment @spell
(single_line) @comment
(_ label: (identifier) @label)
(label name: (_) @label)