Skip to content

0.1.3

Compare
Choose a tag to compare
@clarete clarete released this 06 Dec 03:04
· 2 commits to master since this release
  • Support for named arguments on filters. They are passed to the handler as an assoc list. E.g.: {{ foo(var1="val", var2=2) }} will get ((var1 . val) (var2 . 2)) as the only parameter. Named and positional arguments can be mixed, but the Emacs-Lisp handler will have to deal with the order.