FUEL: One + less...

db4
Björn Lindqvist 2013-08-07 18:35:07 +02:00
parent 3fea81d7cc
commit 9fae604546
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ source/docs/tests file. When set to false, you'll be asked only once."
"\\(TUPLE\\):[ \n\t]+\\(\\w+\\)[ \n\t]+\\([^;]+\\);")
(defconst factor-subclassed-tuple-decl-regex
"\\(TUPLE\\):[ \n\t]++\\(\\(?:\\sw\\|\\s_\\)+\\)[ \n\t]+<[ \n\t]+\\(\\(?:\\sw\\|\\s_\\)+\\)[ \n\t]+\\([^;]+\\);")
"\\(TUPLE\\):[ \n\t]+\\(\\(?:\\sw\\|\\s_\\)+\\)[ \n\t]+<[ \n\t]+\\(\\(?:\\sw\\|\\s_\\)+\\)[ \n\t]+\\([^;]+\\);")
(defconst factor-constructor-regex
"<[^ >]+>")