From c873442b15bb94dc099363f6e1ffa57cc4d3ea04 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 1 Jun 2012 22:38:45 +0200 Subject: Updated runtime files. --- runtime/syntax/cmake.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'runtime/syntax/cmake.vim') diff --git a/runtime/syntax/cmake.vim b/runtime/syntax/cmake.vim index e241605e0..8e54d511e 100644 --- a/runtime/syntax/cmake.vim +++ b/runtime/syntax/cmake.vim @@ -4,7 +4,8 @@ " Language: CMake " Author: Andy Cedilnik " Maintainer: Karthik Krishnan -" Last Change: $Date: 2008-08-25 14:31:28 $ +" Last Change: 2012 Jun 01 +" (Dominique Pelle added @Spell) " Version: $Revision: 1.10 $ " " Licence: The CMake license applies to this file. See @@ -23,7 +24,7 @@ set cpo&vim syn case ignore syn match cmakeEscaped /\(\\\\\|\\"\|\\n\|\\t\)/ contained -syn region cmakeComment start="#" end="$" contains=cmakeTodo +syn region cmakeComment start="#" end="$" contains=@Spell,cmakeTodo syn region cmakeRegistry start=/\[/ end=/]/ \ contained oneline contains=CONTAINED,cmakeTodo,cmakeEscaped syn region cmakeVariableValue start=/\${/ end=/}/ -- cgit v1.2.3