dot_files/vim-plugins/bundle/xptemplate/ftplugin/html/eruby.xpt.vim
2017-07-09 00:26:06 +03:00

24 lines
269 B
VimL

" These snippets work only in html context of a eruby file
if &filetype != 'eruby'
finish
endif
XPTemplate priority=lang-
XPT ruby " <% ...
<%
`cursor^
%>
XPT r " <% ... %>
<% `cursor^ %>
XPT re " <%= ...
<%= `expr^ %>
XPT rc " <%# ...
<%# `cursor^ %>