Ticket #2896 (new enhancement) — at Version 2
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
Note: See
TracTickets for help on using
tickets.