* syntax/c.syntax: Highlight C++ comments in preprocessor

directives.
Reported by Oswald Buddenhagen <ossi@kde.org>
This commit is contained in:
Pavel Roskin 2003-02-18 08:03:13 +00:00
parent 9cf0d2c60f
commit 3cf9a2aabf
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -105,6 +105,7 @@ context exclusive // \n brown
context linestart # \n brightred
keyword \\\n yellow
keyword /\**\*/ brown
keyword //*\n brown
keyword "+" red
keyword <+> red