From: Richard M. Stallman Date: Fri, 1 Mar 2002 00:31:26 +0000 (+0000) Subject: (java-font-lock-extra-types): Match java.net.URL, etc. X-Git-Tag: ttn-vms-21-2-B4~16422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7b93e4cd990dc9a7e69db7468fe36d948f31652;p=emacs.git (java-font-lock-extra-types): Match java.net.URL, etc. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 0883a086685..c85d844fe12 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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