mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: @spell on comments
This commit is contained in:
parent
905e782e80
commit
9567185621
56 changed files with 61 additions and 57 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue