/[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.19.2.2 by miles, Tue Oct 14 23:30:15 2003 UTC revision 1.19.2.3 by miles, Sat Sep 4 09:22:57 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.19.2.2  
changed lines
  Added in v.1.19.2.3

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