aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el')
-rw-r--r--emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el b/emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el
new file mode 100644
index 0000000..bd1aba1
--- /dev/null
+++ b/emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el
@@ -0,0 +1,12 @@
+;;; Compiled snippets and support files for `html-mode'
+;;; Snippet definitions:
+;;;
+(yas-define-snippets 'html-mode
+ '(("trans" "{% trans \"$1\"|capfirst %}" "trans with cap" pony-tpl-minor-mode nil nil "/home/chelys/projects/dotfiles/emacs/.emacs.d/snippets/html-mode/trans-with-cap" nil nil)
+ ("script" "<script src=\"$1\" type=\"${2:text/javascript}\" language=\"${3:javascript}\"></script>" "script" nil nil nil "/home/chelys/projects/dotfiles/emacs/.emacs.d/snippets/html-mode/script" nil nil)
+ ("%" "{% $1 %}\n $0\n{% end$1 %}" "Template Block" pony-tpl-minor-mode nil nil "/home/chelys/projects/dotfiles/emacs/.emacs.d/snippets/html-mode/generic-block" nil nil)
+ ("for" "{% for $1 in $2 %}\n $0\n{% endfor %}" "for" pony-tpl-minor-mode nil nil "/home/chelys/projects/dotfiles/emacs/.emacs.d/snippets/html-mode/for" nil nil)
+ ("block" "{% block $1 %}\n $0\n{% endblock %}" "block" nil nil nil "/home/chelys/projects/dotfiles/emacs/.emacs.d/snippets/html-mode/block" nil nil)))
+
+
+;;; Do not edit! File generated at Tue Nov 22 15:37:52 2016