]> code.delx.au - gnu-emacs-elpa/commitdiff
Document $> and fix escaping
authorNoam Postavsky <github.10.npostavs@spamgourmet.com>
Sun, 8 May 2016 19:32:20 +0000 (15:32 -0400)
committerNoam Postavsky <github.10.npostavs@spamgourmet.com>
Sun, 8 May 2016 19:32:20 +0000 (15:32 -0400)
* doc/snippet-development.org: New "Indentation markers" section.
* yasnippet-tests.el (indentation-markers): New test.
* yasnippet.el (yas--indent-markers): New variable.
(yas--indent): Use it instead of searching for $> directly.
(yas--indent-parse-create): New function, records occurences of $> into
`yas--indent-markers'.
(yas--snippet-parse-create): Call it.


No differences found