mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 18:04:18 +00:00
first commit of a million rails snippets, conditions missing, command implementation missing...
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: jit
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: javascript_include_tag
|
||||
## condition: "text.html.ruby"
|
||||
# --
|
||||
<%= javascript_include_tag ${1::all}${2:, :cache => ${3:true}} %>
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: slt
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: stylesheet_link_tag
|
||||
## condition: "text.html.ruby"
|
||||
# --
|
||||
<%= stylesheet_link_tag ${1::all}${2:, :cache => ${3:true}} %>
|
||||
Reference in New Issue
Block a user