Skip to content

Commit 2846237

Browse files
committed
Update slim.snippets: add irb debug & html5
1 parent f0a3184 commit 2846237

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snippets/slim.snippets

+10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
snippet irb
2+
- binding.irb
13
snippet pry
24
- binding.pry
35
snippet renp
46
= render partial: '${0}'
7+
snippet h5
8+
doctype html
9+
html
10+
head
11+
meta[charset='utf-8']
12+
meta[name='viewport' content='width=device-width, initial-scale=1.0']
13+
body
14+
${1}
515
# Forms
616
# =====
717
snippet fieldset

0 commit comments

Comments
 (0)