mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:00:05 +08:00
26 lines
440 B
Plaintext
26 lines
440 B
Plaintext
|
snippet ruby_print
|
||
|
abbr <%= %>
|
||
|
options word
|
||
|
<%= ${1:TARGET} %>${2}
|
||
|
|
||
|
snippet ruby_code
|
||
|
abbr <% %>
|
||
|
options word
|
||
|
<% ${1:TARGET} %>${2}
|
||
|
|
||
|
snippet ruby_print_nonl
|
||
|
abbr <%= -%>
|
||
|
options word
|
||
|
<%= ${1:TARGET} -%>${2}
|
||
|
|
||
|
snippet ruby_code_nonl
|
||
|
abbr <% -%>
|
||
|
options word
|
||
|
<% ${1:TARGET} -%>${2}
|
||
|
|
||
|
snippet comment
|
||
|
abbr <%# %>
|
||
|
options word
|
||
|
<%# ${1:TARGET} %>${2}
|
||
|
|