|
From: Slava P. <sp...@gj...> - 2000-05-19 07:04:09
|
Hi, jEdit's syntax highlighting doesn't currently support regular expressions, (read the docs to find out what it does support) so this sort of thing is not possible. In the future, we will enhance the syntax highlighter to recognize more syntax. Slava Matthew Pocock wrote: > > Hi. > > I have just downloaded jedit 2.5pre3 & it looks pretier than 2.4 ;-) > > The funciton highlighting in the Java mode doesn't highligh functions if > there is white-space between the function name and the opening > parenthesis. I tried changing the rule to: > > <MARK_PREVIOUS TYPE="FUNCTION" > EXCLUDE_MATCH="TRUE">\s*\(</MARK_PREVIOUS> > > and various other permutations, but it didn't seem to help. Just to be > explicit: > > it highlights > foo.bar( > > but doesn't highlight > foo.bar ( > > or > foo.bar > ( > > Matthew > > -- > Joon: You're out of your tree > Sam: It wasn't my tree > (Benny & Joon) > > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > http://lists.sourceforge.net/mailman/listinfo/jedit-users |