Ticket #2896 (closed enhancement: fixed)

Opened 12 years ago

Last modified 11 years ago

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

Reported by: asy Owned by: andrew_b
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: committed-master

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

Attachments

mc-4.7.0.2-alt-syntax-mak.patch (471 bytes) - added by asy 12 years ago.

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)

comment:3 Changed 11 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted
  • Milestone changed from Future Releases to 4.8.8

comment:4 Changed 11 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset set to committed-master
  • Resolution set to fixed
  • Branch state changed from no branch to merged

Thanks for the patch!

Applied in master: [e80abb1ad2c2e454113a8cdf818b15ae39f7bf86].

comment:5 Changed 11 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.