mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
* syntax/c.syntax: Highlight C++ comments in preprocessor
directives. Reported by Oswald Buddenhagen <ossi@kde.org>
This commit is contained in:
parent
9cf0d2c60f
commit
3cf9a2aabf
@ -1,3 +1,9 @@
|
||||
2003-02-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/c.syntax: Highlight C++ comments in preprocessor
|
||||
directives.
|
||||
Reported by Oswald Buddenhagen <ossi@kde.org>
|
||||
|
||||
2003-02-13 Marco Ciampa <ciampix@libero.it>
|
||||
|
||||
* doc/it/mc.1.in: updated manual following it.po changes.
|
||||
|
@ -105,6 +105,7 @@ context exclusive // \n brown
|
||||
context linestart # \n brightred
|
||||
keyword \\\n yellow
|
||||
keyword /\**\*/ brown
|
||||
keyword //*\n brown
|
||||
keyword "+" red
|
||||
keyword <+> red
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user