mc/mc-Syntax.cmake.patch

12 lines
405 B
Diff
Raw Normal View History

--- misc/syntax/Syntax.in.orig 2013-06-25 23:29:14.000000000 +0200
+++ misc/syntax/Syntax.in 2013-08-23 21:55:31.216822402 +0200
@@ -67,7 +67,7 @@
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile
include makefile.syntax
-file CMakeLists.txt$ CMake
+file (\/CMakeLists.txt|.cmake)$ CMake
include cmake.syntax
file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram