* syntax/c.syntax: Highlight "?" by the same color as ":".

* syntax/java.syntax: Likewise.
* syntax/swig.syntax: Likewise.
* syntax/python.syntax: Remove duplicate keyword ":".
This commit is contained in:
Pavel Roskin 2002-09-17 22:39:04 +00:00
parent 094906e594
commit 8aee83616a
5 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,10 @@
2002-08-17 Pavel Roskin <proski@gnu.org>
* syntax/c.syntax: Highlight "?" by the same color as ":".
* syntax/java.syntax: Likewise.
* syntax/swig.syntax: Likewise.
* syntax/python.syntax: Remove duplicate keyword ":".
* Makefile.am: Add m4 to SUBDIRS. Set ACLOCAL_AMFLAGS so that
m4 directory is used by aclocal.
* m4/Makefile.am: New file.

View File

@ -92,6 +92,7 @@ context default
keyword ] brightcyan/14
keyword , brightcyan/14
keyword : brightcyan/14
keyword ? brightcyan/14
keyword ; brightmagenta/19
context exclusive /\* \*/ brown/22
spellcheck

View File

@ -129,6 +129,7 @@ context default
keyword ] brightcyan/14
keyword , brightcyan/14
keyword : brightcyan/14
keyword ? brightcyan/14
keyword ; brightmagenta/19
context exclusive /\* \*/ brown/22
spellcheck

View File

@ -18,7 +18,6 @@ context default
keyword [ brightcyan/14
keyword ] brightcyan/14
keyword , brightcyan/14
keyword : brightcyan/14
keyword ; brightmagenta/19
keyword whole self brightred/18
keyword whole access yellow/24

View File

@ -131,6 +131,7 @@ context default
keyword ] brightcyan/14
keyword , brightcyan/14
keyword : brightcyan/14
keyword ? brightcyan/14
keyword ; brightmagenta/19
context exclusive /\* \*/ brown/22
spellcheck