Skip to content
Snippets Groups Projects
Commit 68cb9662 authored by Michael's avatar Michael
Browse files

Syncing from Monotone at 20140114001117

parent db731826
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,7 @@ like e. g. *ESCAPE-TYPE*."
(cl-emb:execute-emb \"\\1\" :env env :generator-maker generator-maker)) ")
("\\s+@insert\\s+(\\S+)\\s*" . "= (cl-emb::contents-of-file (merge-pathnames (cl-emb::getf-emb \"\\1\") template-path-default)) ")
("\\s+@set\\s+(.*?)\\s*" . ,(function set-specials))
("#.*" . "")
)
"List of conses. FIRST is regex, REST replacement (STRING or FUNCTION).
Functions get called with two parameters: match and list of registers.")
......
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