Ticket #2896 (new enhancement) — at Version 2

Opened 12 years ago

Last modified 11 years ago

Please expand misc/syntax for Makefile (add .mak)

Reported by: asy Owned by:
Priority: major Milestone: 4.8.8
Component: mcedit Version: 4.8.6
Keywords: misc/syntax Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset:

Description (last modified by andrew_b) (diff)

diff --git a/misc/syntax/Syntax b/misc/syntax/Syntax
index 48b57dc..476d476 100644
--- a/misc/syntax/Syntax
+++ b/misc/syntax/Syntax
@@ -61,7 +61,7 @@ include xml.syntax
 file ..\*\\.(tt|TT)$ Template::Toolkit\sFile
 include tt.syntax
.
-file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
+file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile
 include makefile.syntax
.
 file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram

Change History

Changed 12 years ago by asy

comment:1 Changed 12 years ago by asy

Sorry for sloppy Description :-(

Last edited 12 years ago by asy (previous) (diff)

comment:2 Changed 12 years ago by andrew_b

  • Component changed from mc-core to mcedit
  • Description modified (diff)
Note: See TracTickets for help on using tickets.