Learn
The templates are stored in tempel-path file(s) with the following syntax:
@startebnf
skinparam defaultFontName monospaced
templates = "'('", {MODE, "'-mode'", {"'('", NAME, {CONTENT}-, "')'"}-}-;
@endebnf
where CONTENT is one of
| Value | Result | Mnemonic |
|---|---|---|
FORM |
Emacs Lisp computation † | |
p |
placeholder | placeholder |
(s NAME) |
named placeholder | stored |
q |
quit placeholder | quit |
r |
active region \dagg | region |
(p LISP [NAME] [NO-INSERT]) |
computed/named placeholder | placeholder |
n |
newline character | |
> |
indentation |
† Often a string literal.
\dagg If no active region exists, acts as q.