Ticket #2896 (closed enhancement: fixed)
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
Change History
comment:2 Changed 12 years ago by andrew_b
- Component changed from mc-core to mcedit
- Description modified (diff)
comment:3 Changed 12 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Milestone changed from Future Releases to 4.8.8
comment:4 Changed 12 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].
Note: See
TracTickets for help on using
tickets.