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
12 lines
326 B
Diff
12 lines
326 B
Diff
--- misc/syntax/Syntax.orig 2011-07-19 12:35:07.000000000 +0400
|
|
+++ misc/syntax/Syntax 2011-12-15 19:07:39.177893268 +0400
|
|
@@ -241,5 +241,8 @@
|
|
file ..\*\\.(l|y|yxx|ypp)$ Lex/Flex/Yacc/Bison\ssource
|
|
include yxx.syntax
|
|
|
|
+file (\/CMakeLists.txt|.cmake)$ CMake
|
|
+include cmake.syntax
|
|
+
|
|
file .\* unknown
|
|
include unknown.syntax
|