mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
* syntax/changelog.syntax: Highlight "*" only after tab. This
requires fixed syntax highlighting.
This commit is contained in:
parent
c819e0de4d
commit
2a2ff3f76e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user