mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* syntax/changelog.syntax: Fix highlighting of functions. Relax
strictness for dates.
This commit is contained in:
parent
dbe915be3c
commit
4d3dbca660
@ -1,5 +1,8 @@
|
|||||||
2001-09-04 Pavel Roskin <proski@gnu.org>
|
2001-09-04 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* syntax/changelog.syntax: Fix highlighting of functions. Relax
|
||||||
|
strictness for dates.
|
||||||
|
|
||||||
* doc/mc.1.in: Fix troff warnings.
|
* doc/mc.1.in: Fix troff warnings.
|
||||||
* doc/mcedit.1.in: Likewise.
|
* doc/mcedit.1.in: Likewise.
|
||||||
|
|
||||||
|
@ -1,29 +1,25 @@
|
|||||||
|
|
||||||
context default
|
context default
|
||||||
keyword \s+() brightmagenta/23
|
keyword wholeright +() brightmagenta/23
|
||||||
keyword \t+() brightmagenta/23
|
|
||||||
spellcheck
|
spellcheck
|
||||||
|
|
||||||
context linestart \t\*\s : brightcyan/17
|
context linestart \t\*\s : brightcyan/17
|
||||||
context linestart \s\s\s\s\s\s\s\s\*\s : brightcyan/17
|
context linestart \s\s\s\s\s\s\s\s\*\s : brightcyan/17
|
||||||
|
|
||||||
context linestart 19+-+\s \n yellow/24
|
context linestart 19+-+\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart 20+-+\s \n yellow/24
|
context linestart 20+-+\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Mon\s+\s+\s+\s \n yellow/24
|
context linestart Mon\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Tue\s+\s+\s+\s \n yellow/24
|
context linestart Tue\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Wed\s+\s+\s+\s \n yellow/24
|
context linestart Wed\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Thu\s+\s+\s+\s \n yellow/24
|
context linestart Thu\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Fri\s+\s+\s+\s \n yellow/24
|
context linestart Fri\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Sat\s+\s+\s+\s \n yellow/24
|
context linestart Sat\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
context linestart Sun\s+\s+\s+\s \n yellow/24
|
context linestart Sun\s \n yellow/24
|
||||||
keyword <+> brightred/19
|
keyword <+> brightred/19
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user