Add Spelling to hcl comments

This commit is contained in:
Luke Swithenbank 2022-11-20 16:32:52 +11:00 committed by Christian Clason
parent 24caa23402
commit 596fd673f5

View file

@ -78,7 +78,7 @@
(numeric_lit) @number
(bool_lit) @boolean
(null_lit) @constant
(comment) @comment
(comment) @comment @spell
(identifier) @variable
(block (identifier) @type)