David Ponce
Tue, 09 Jan 2001 06:47:46 -0800
Hello All, I submit you my latest work on improving jde-java-font-lock.el. The attached updated version is a major rewrite with the following changes since my previous post. - In XEmacs 'null', 'false', 'true' are treated as constants (were keywords) and 'super', 'this' as keywords (were constants). - When fontifying capitalized identifiers, type fontification now gets precedence to capital. - Type is honored in import ends. Thanks to Latchezar M. Dimitrov <[EMAIL PROTECTED]> for the above suggestions. - In FSF Emacs capitalized types are now fontified. - All the javadoc fontification (tags and HTML) occurs in javadoc comments only :-) For example, this prevent fontification of HTML in strings when writing servlets. Please try it (and enjoy!). Any feedback will be much appreciated. Sincerely, David