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