mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* syntax/changelog.syntax: Require space after asterisk to have
it highlighted.
This commit is contained in:
parent
773f38c580
commit
2977f95a1f
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-07 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* syntax/changelog.syntax: Require space after asterisk to have
|
||||||
|
it highlighted.
|
||||||
|
|
||||||
2001-03-02 Pavel Roskin <proski@gnu.org>
|
2001-03-02 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
|
* aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
|
||||||
|
@ -4,8 +4,8 @@ context default
|
|||||||
keyword \t+() brightmagenta/23
|
keyword \t+() brightmagenta/23
|
||||||
spellcheck
|
spellcheck
|
||||||
|
|
||||||
context linestart \t\* : brightcyan/17
|
context linestart \t\*\s : brightcyan/17
|
||||||
context linestart \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
|
||||||
|
Loading…
Reference in New Issue
Block a user