]> git.eshelyaron.com Git - emacs.git/commitdiff
(java-font-lock-extra-types): Match java.net.URL, etc.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Mar 2002 00:31:26 +0000 (00:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Mar 2002 00:31:26 +0000 (00:31 +0000)
lisp/font-lock.el

index 0883a086685f9cdb6117e6bf6727ed2c83bf6c18..c85d844fe12f2f1fbae405e76af6438b88c4db9e 100644 (file)
@@ -2206,7 +2206,7 @@ The value of this variable is used when Font Lock mode is turned on."
   :group 'font-lock-extra-types)
 
 (defcustom java-font-lock-extra-types
-  '("[A-Z\300-\326\330-\337]\\sw*[a-z]\\sw*")
+  '("[A-Z\300-\326\330-\337]\\sw*[a-zA-Z]\\sw*")
   "*List of extra types to fontify in Java mode.
 Each list item should be a regexp not containing word-delimiters.
 For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\") means capitalised