2013-08-24 05:55:13 +02:00
|
|
|
--- 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
|
2012-03-23 16:24:31 +01:00
|
|
|
|
2013-03-07 09:04:59 +01:00
|
|
|
-file CMakeLists.txt$ CMake
|
2012-06-04 17:45:05 +02:00
|
|
|
+file (\/CMakeLists.txt|.cmake)$ CMake
|
2013-03-07 09:04:59 +01:00
|
|
|
include cmake.syntax
|
|
|
|
|
2013-08-24 05:55:13 +02:00
|
|
|
file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
|