FUEL: fixed regexp for C-GLOBAL and RENAME

db4
Björn Lindqvist 2013-11-30 22:02:27 +01:00 committed by John Benediktsson
parent e1bf75cc68
commit 85098e0e49
1 changed files with 2 additions and 2 deletions

View File

@ -403,13 +403,13 @@ source/docs/tests file. When set to false, you'll be asked only once."
(format "\\_<TYPEDEF: +%s +%s\\( .*\\)?$" symbol symbol))
(defconst factor-c-global-regex
"\\_<C-GLOBAL: +\\(\\w+\\) +\\(\\w+\\)\\( .*\\)?$")
(format "\\_<C-GLOBAL: +%s +%s\\( .*\\)?$" symbol symbol))
(defconst factor-c-type-regex
(format "\\_<C-TYPE: +%s\\( .*\\)?$" symbol))
(defconst factor-rename-regex
"\\_<RENAME: +\\(\\w+\\) +\\(\\w+\\) +=> +\\(\\w+\\)\\( .*\\)?$")
(format "\\_<RENAME: +%s +%s +=> +%s\\( .*\\)?$" symbol symbol symbol))
;;; Font lock: