mirror of https://github.com/MidnightCommander/mc
* Syntax: Move makefile.syntax before pascal.syntax so that
Makefile.inc is highlighted as a makefile.
This commit is contained in:
parent
0c2b46643d
commit
9932d29be7
|
@ -1,3 +1,8 @@
|
|||
2005-10-31 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Syntax: Move makefile.syntax before pascal.syntax so that
|
||||
Makefile.inc is highlighted as a makefile.
|
||||
|
||||
2005-09-05 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* assembler.syntax: Assembler files may contain comments, too.
|
||||
|
|
|
@ -55,6 +55,9 @@ include html.syntax
|
|||
file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
|
||||
include xml.syntax
|
||||
|
||||
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk)$ Makefile
|
||||
include makefile.syntax
|
||||
|
||||
file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
|
||||
include pascal.syntax
|
||||
|
||||
|
@ -118,9 +121,6 @@ include spec.syntax
|
|||
file .\*ChangeLog[\\\.A-Za-z0-9_]\*$ GNU\sChangeLog\sFile
|
||||
include changelog.syntax
|
||||
|
||||
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk)$ Makefile
|
||||
include makefile.syntax
|
||||
|
||||
file (..\*\\.m4$|configure\\.in|configure\\.ac) M4\sMacroprocessor\sSource
|
||||
include m4.syntax
|
||||
|
||||
|
|
Loading…
Reference in New Issue