vim-ruby-sinatra icon indicating copy to clipboard operation
vim-ruby-sinatra copied to clipboard

Vim syntax highlight and snippets that helper coding applications based in Sinatra micro-framework.

Results 3 vim-ruby-sinatra issues
Sort by recently updated
recently updated
newest added

Should be also of type ruby that snipmate loads also the bindings for ruby.

Hi, The document said ``` # post path do ... end snippet post post '/${1:path}'${2:, options} do ${3:# ...} end ``` However, it worked only when I typed "pos" and...