mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Add Spelling to hcl comments
This commit is contained in:
parent
24caa23402
commit
596fd673f5
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
(numeric_lit) @number
|
||||
(bool_lit) @boolean
|
||||
(null_lit) @constant
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
(identifier) @variable
|
||||
|
||||
(block (identifier) @type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue