mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* Syntax: Highlight Kbuild as a makefile.
This commit is contained in:
parent
9932d29be7
commit
16881947d3
@ -1,5 +1,7 @@
|
|||||||
2005-10-31 Pavel Roskin <proski@gnu.org>
|
2005-10-31 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Syntax: Highlight Kbuild as a makefile.
|
||||||
|
|
||||||
* Syntax: Move makefile.syntax before pascal.syntax so that
|
* Syntax: Move makefile.syntax before pascal.syntax so that
|
||||||
Makefile.inc is highlighted as a makefile.
|
Makefile.inc is highlighted as a makefile.
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ include html.syntax
|
|||||||
file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
|
file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
|
||||||
include xml.syntax
|
include xml.syntax
|
||||||
|
|
||||||
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk)$ Makefile
|
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
|
||||||
include makefile.syntax
|
include makefile.syntax
|
||||||
|
|
||||||
file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
|
file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
|
||||||
|
Loading…
Reference in New Issue
Block a user