/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.192 by gerd, Wed Mar 6 16:58:35 2002 UTC revision 1.193 by pj, Mon Mar 11 13:36:07 2002 UTC
# Line 2209  The value of this variable is used when Line 2209  The value of this variable is used when
2209    :group 'font-lock-extra-types)    :group 'font-lock-extra-types)
2210    
2211  (defcustom java-font-lock-extra-types  (defcustom java-font-lock-extra-types
2212    '("[A-Z\300-\326\330-\337]\\sw*[a-zA-Z]\\sw*")    '("[A-Z\300-\326\330-\337]\\sw*[a-z]\\sw*" "URL")
2213    "*List of extra types to fontify in Java mode.    "*List of extra types to fontify in Java mode.
2214  Each list item should be a regexp not containing word-delimiters.  Each list item should be a regexp not containing word-delimiters.
2215  For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\") means capitalised  For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\" \"URL\") means
2216  words (and words conforming to the Java id spec) are treated as type names.  capitalised words (that conform to the Java id spec) and URL are treated as
2217    type names.
2218    
2219  The value of this variable is used when Font Lock mode is turned on."  The value of this variable is used when Font Lock mode is turned on."
2220    :type 'font-lock-extra-types-widget    :type 'font-lock-extra-types-widget

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26