mirror of https://github.com/MidnightCommander/mc
* syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
This commit is contained in:
parent
06a448a8f8
commit
6b6a850816
|
@ -1,5 +1,6 @@
|
|||
2002-03-21 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
|
||||
* syntax/c.syntax: Highlight "%p" printf format.
|
||||
Allow '*' as width and precision for strings and numbers.
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ include po.syntax
|
|||
file Don_t_match_me Mail\sfolder ^From\s
|
||||
include mail.syntax
|
||||
|
||||
file .\*syntax$ Syntax\sHighlighting\sdefinitions
|
||||
file (.\\.syntax$)|(^Syntax$) Syntax\sHighlighting\sdefinitions
|
||||
|
||||
context default
|
||||
keyword whole spellch\eck yellow/24
|
||||
|
|
Loading…
Reference in New Issue