Aux: check spelling in comments

This commit is contained in:
Ben Boeckel 2016-07-22 12:23:16 -04:00
parent 8842a501cf
commit 29eeb9a8fd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if exists("b:current_syntax")
endif
syn match cmakeEscaped /\(\\\\\|\\"\|\\n\|\\t\)/ contained
syn region cmakeComment start="#" end="$" contains=cmakeTodo
syn region cmakeComment start="#" end="$" contains=cmakeTodo,@Spell
syn region cmakeGeneratorExpression start=/$</ end=/>/
\ contained oneline contains=CONTAINED,cmakeTodo,cmakeVariable,cmakeProperty,cmakeGeneratorExpressions
syn region cmakeRegistry start=/\[/ end=/]/