Update of /cvsroot/nice/eclipse/src/nice/eclipse/ui/editors/syntaxhighlight
In directory sc8-pr-cvs1:/tmp/cvs-serv7205/src/nice/eclipse/ui/editors/syntaxhighlight
Modified Files:
_syntaxhighlight.nice
Log Message:
minor changes in syntax highlighting
Index: _syntaxhighlight.nice
===================================================================
RCS file: /cvsroot/nice/eclipse/src/nice/eclipse/ui/editors/syntaxhighlight/_syntaxhighlight.nice,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _syntaxhighlight.nice 9 Aug 2003 03:23:17 -0000 1.1
--- _syntaxhighlight.nice 9 Aug 2003 20:32:35 -0000 1.2
***************
*** 40,48 ****
"package", "alike", "Any", "return", "break", "continue",
"super", "try", "catch", "finally", "throw", "instanceof",
! "requires", "ensures", "assert", "do"];
let String[] NICE_WORD_FRAGMENT_KEYWORDS = [
! "@", "!", "=>", "?", "#"];
--- 40,48 ----
"package", "alike", "Any", "return", "break", "continue",
"super", "try", "catch", "finally", "throw", "instanceof",
! "requires", "ensures", "assert", "do", "this"];
let String[] NICE_WORD_FRAGMENT_KEYWORDS = [
! "@", "=>", "?", "#"];
|