/[emacs]/emacs/lisp/progmodes/cc-langs.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-langs.el

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

revision 1.28 by mast, Wed Sep 24 13:56:09 2003 UTC revision 1.28.2.1 by miles, Sat Sep 4 12:01:11 2004 UTC
# Line 374  identifiers, or nil in languages that do Line 374  identifiers, or nil in languages that do
374  not contain a \\| operator at the top level."  not contain a \\| operator at the top level."
375    t    nil    t    nil
376    c++  "::"    c++  "::"
377      ;; Java has "." to concatenate identifiers but it's also used for
378      ;; normal indexing.  There's special code in the Java font lock
379      ;; rules to fontify qualified identifiers based on the standard
380      ;; naming conventions.  We still define "." here to make
381      ;; `c-forward-name' move over as long names as possible which is
382      ;; necessary to e.g. handle throws clauses correctly.
383    java "\\."    java "\\."
384    idl  "::"    idl  "::"
385    pike "\\(::\\|\\.\\)")    pike "\\(::\\|\\.\\)")

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.28.2.1

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