]> code.delx.au - gnu-emacs-elpa/blobdiff - doc/snippet-development.org
Document $> and fix escaping
[gnu-emacs-elpa] / doc / snippet-development.org
index 768684c6cf072efde529cfcb2cceca8b52462b51..c7924837686d85ae1ea97ec4412f793297884322 100644 (file)
@@ -422,3 +422,9 @@ the exit marker.
 By the way, =C-d= will only clear the field if you cursor is at the
 beginning of the field /and/ it hasn't been changed yet. Otherwise, it
 performs the normal Emacs =delete-char= command.
+
+** Indentation markers
+
+If [[sym:yas-indent-line][=yas-indent-line=]] is *not* set to '=auto=, it's still possible to
+indent specific lines by adding an indentation marker, =$>=, somewhere
+on the line.