Add java language parsing based on C language.

Yes I did not like JAVA, but I needed it for the Android application
This commit is contained in:
2011-12-01 09:59:46 +01:00
parent a351fe72bd
commit 870e127932
5 changed files with 98 additions and 4 deletions

View File

@@ -79,7 +79,7 @@
</rule>
<rule name="my function keyword">
<color>systemFunction</color>
<start>\@try|catch|memset|fopen|fread|fwrite|fgets|fclose|printf|(f|s|diag_)printf|calloc|malloc|realloc|(cyg|sup)_([a-z]|[A-Z]|[0-9]|_)+\@</start>
<start>\@new|delete|try|catch|memset|fopen|fread|fwrite|fgets|fclose|printf|(f|s|diag_)printf|calloc|malloc|realloc|(cyg|sup)_([a-z]|[A-Z]|[0-9]|_)+\@</start>
</rule>
<rule name="my type">
<color>type</color>