Accepting request 123441 from home:subchaser

cmake syntax highlighting fixed & revisited

OBS-URL: https://build.opensuse.org/request/show/123441
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=48
This commit is contained in:
Brian White
2012-06-04 15:45:05 +00:00
committed by Git OBS Bridge
parent debb80af91
commit 190781a16b
3 changed files with 457 additions and 81 deletions

View File

@@ -4,7 +4,7 @@
file ..\*\\.(l|y|yxx|ypp)$ Lex/Flex/Yacc/Bison\ssource
include yxx.syntax
+file (^CMakeLists.txt|.cmake)$ CMake
+file (\/CMakeLists.txt|.cmake)$ CMake
+include cmake.syntax
+
file .\* unknown