* syntax/changelog.syntax: Highlight "*" only after tab. This

requires fixed syntax highlighting.
This commit is contained in:
Pavel Roskin 2002-07-28 21:09:45 +00:00
parent c819e0de4d
commit 2a2ff3f76e
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2002-07-28 Pavel Roskin <proski@gnu.org>
* syntax/changelog.syntax: Highlight "*" only after tab. This
requires fixed syntax highlighting.
* lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
default. Open *.xls with gnumeric. Use mplayer for most video
formats.

View File

@ -3,10 +3,9 @@ context default
context linestart \t \n\n
keyword wholeright +() brightmagenta/23
keyword \*\s*: brightcyan/17
keyword linestart \t\*\s*: brightcyan/17
keyword (*): cyan/16
keyword (*)\{\s\}[*]: cyan/16
keyword whole \* brightcyan/17
context linestart \s\s\s\s\s\s\s\s \n\n
keyword wholeright +() brightmagenta/23