Aux: check spelling in comments
This commit is contained in:
parent
8842a501cf
commit
29eeb9a8fd
|
@ -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=/]/
|
||||
|
|
Loading…
Reference in New Issue