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, 0 insertions, 12 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
deleted file mode 100644
index bd1aba1..0000000
--- a/emacs/.emacs.d/snippets/html-mode/.yas-compiled-snippets.el
+++ /dev/null
@@ -1,12 +0,0 @@
-;;; 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