mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
* syntax/Syntax: Match *.syntax before other files to fix
highlighting of makefile.syntax.
This commit is contained in:
parent
4ed5c559b2
commit
d8a24ad682
@ -1,3 +1,8 @@
|
||||
2003-02-04 Arpi <arpi@mplayerhq.hu>
|
||||
|
||||
* syntax/Syntax: Match *.syntax before other files to fix
|
||||
highlighting of makefile.syntax.
|
||||
|
||||
2003-02-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/c.syntax: Revert highlighting trailing whitespaces.
|
||||
|
@ -17,6 +17,9 @@
|
||||
# brightcyan
|
||||
# white
|
||||
|
||||
file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
|
||||
include syntax.syntax
|
||||
|
||||
file ..\*\\.(diff|rej|patch)$ Diff\sOutput ^(diff|Index:)\s
|
||||
include diff.syntax
|
||||
|
||||
@ -113,9 +116,6 @@ include po.syntax
|
||||
file Don_t_match_me Mail\sfolder ^From\s
|
||||
include mail.syntax
|
||||
|
||||
file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
|
||||
include syntax.syntax
|
||||
|
||||
file .\* unknown
|
||||
include unknown.syntax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user