dot_files/vim-plugins/bundle/xptemplate/ftplugin/html/eruby.xpt.vim

25 lines
269 B
VimL
Raw Normal View History

2017-07-09 00:26:06 +03:00
" 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^ %>