* syntax/Syntax: Match *.syntax before other files to fix

highlighting of makefile.syntax.
This commit is contained in:
Pavel Roskin 2003-02-05 09:43:37 +00:00
parent 4ed5c559b2
commit d8a24ad682
2 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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