Skip to content
Snippets Groups Projects
Commit 9d434f32 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fix for short object type with dots in it in arglist.

Rev: lib/tools/pike.el:1.9
parent 266ae9dd
No related branches found
No related tags found
No related merge requests found
;;; pike.el -- Font lock definitions for Pike and other LPC files. ;;; pike.el -- Font lock definitions for Pike and other LPC files.
;;; $Id: pike.el,v 1.8 1999/11/27 19:48:01 mast Exp $ ;;; $Id: pike.el,v 1.9 1999/12/01 06:38:02 mast Exp $
;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor. ;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor.
;;; This file is distributed as GPL ;;; This file is distributed as GPL
...@@ -334,7 +334,8 @@ The name is assumed to begin with a capital letter.") ...@@ -334,7 +334,8 @@ The name is assumed to begin with a capital letter.")
(save-excursion (save-excursion
(goto-char (match-beginning 1)) (goto-char (match-beginning 1))
(not (looking-at (not (looking-at
(concat pike-font-lock-class-name-regexp (concat "\\(\\sw+\\.\\)*"
pike-font-lock-class-name-regexp
"\\s *\\(\\<\\||\\)"))))) "\\s *\\(\\<\\||\\)")))))
(save-match-data (save-match-data
(let ((start (match-end 0))) (let ((start (match-end 0)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment