mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
first line regular expression.
This commit is contained in:
parent
b2c29197df
commit
6fd3330f37
@ -1,3 +1,8 @@
|
||||
2002-03-27 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
|
||||
first line regular expression.
|
||||
|
||||
2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
|
||||
|
@ -102,7 +102,7 @@ include po.syntax
|
||||
file Don_t_match_me Mail\sfolder ^From\s
|
||||
include mail.syntax
|
||||
|
||||
file (.\\.syntax$)|(^Syntax$) Syntax\sHighlighting\sdefinitions
|
||||
file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
|
||||
|
||||
context default
|
||||
keyword whole spellch\eck yellow/24
|
||||
|
Loading…
Reference in New Issue
Block a user