-
Hi,
I saw that you started to implement something for the special characters issue - thanks a lot! When trying it out, I seemed to encounter an issue if a startChar is not allowed inside an identifier - in that case, the loop
while (!in.finished() && isIdentifierPart(in.current()))
{ in.moveNext() }
in KeywordHighlighter finishes immediately and nothing is highlighted...
2009-09-29 11:38:02 UTC by tzwaenn
-
elmuerte committed revision 114 to the XSLT syntax highlighting SVN repository, changing 1 files.
2009-09-17 13:53:39 UTC by elmuerte
-
elmuerte committed revision 113 to the XSLT syntax highlighting SVN repository, changing 2 files.
2009-09-17 13:39:46 UTC by elmuerte
-
elmuerte committed revision 112 to the XSLT syntax highlighting SVN repository, changing 3 files.
2009-09-16 12:54:43 UTC by elmuerte
-
Hi everybody,
xslthl is now available in maven central repository with:
groupId: net.sf.xslthl
artifactId: xslthl
version: 1.3.0, 2.0.0, 2.0.1
Regards,
Mimil.
2009-08-18 18:46:14 UTC by mimil
-
Well, I managed to implement the "alsoletter" functionality I mentioned above. The patch is quite small. Since I do not think it too far-fetched that other languages may allow more letters than a java identifier, I post the patch in the hope it makes it into the next release...
--- KeywordsHighlighter.java (Revision 111)
+++ KeywordsHighlighter.java (Arbeitskopie)
@@ -56,10...
2009-08-13 13:50:00 UTC by tzwaenn
-
mimil committed revision 111 to the XSLT syntax highlighting SVN repository, changing 2 files.
2009-08-09 21:38:00 UTC by mimil
-
mimil committed revision 110 to the XSLT syntax highlighting SVN repository, changing 2 files.
2009-08-09 21:33:12 UTC by mimil
-
mimil committed revision 109 to the XSLT syntax highlighting SVN repository, changing 3 files.
2009-08-09 21:30:33 UTC by mimil
-
You can define your own highlighter configurations using the following documentation:
http://sourceforge.net/apps/mediawiki/xslthl/index.php?title=Syntax_Highlighters
(and by looking at the existing highlighters as example)
And if you submit that configuration in our tracker ( http://sourceforge.net/tracker/?group_id=153524&atid=788113 ) we can include it in future releases.
2009-08-06 12:43:59 UTC by elmuerte