mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 01:51:02 -06:00
Aux: check spelling in comments
This commit is contained in:
@@ -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=/]/
|
||||
|
||||
Reference in New Issue
Block a user