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

@ -2,8 +2,8 @@
; See this for full list: https://github.com/nvim-treesitter/nvim-treesitter/blob/master/CONTRIBUTING.md
; comments
(line_comment) @comment
(block_comment) @comment
(line_comment) @comment @spell
(block_comment) @comment @spell
; Argument definition
(argument name: (identifier) @parameter)