Make sure CMake statements are highlighted as statements
This commit is contained in:
parent
529867b475
commit
b148f9fb68
@ -4,3 +4,5 @@ syntax region cmakeFunctionBlock start='function\s*(.*)' end='endfunction\s*(.*)
|
||||
syntax region cmakeMacroBlock start='macro\s*(.*)' end='endmacro\s*(.*)' fold transparent keepend
|
||||
syntax region cmakeForeachBlock start='foreach\s*(.*)' end='endforeach\s*(.*)' fold transparent keepend
|
||||
syntax region cmakeWhileBlock start='while\s*(.*)' end='endwhile\s*(.*)' fold transparent keepend
|
||||
|
||||
highlight link cmakeStatement Statement
|
||||
|
Loading…
x
Reference in New Issue
Block a user