File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "Django - Url Tags" : {
3+ "scope" : " html" ,
4+ "prefix" : " pt-durl" ,
5+ "body" : [
6+ " {% url '$1' $2%}$0"
7+ ],
8+ "description" : " Adds Django URL block"
9+ },
10+
11+ "Django - Load tags" : {
12+ "scope" : " html" ,
13+ "prefix" : " pt-dload" ,
14+ "body" : [
15+ " {% load $1 %}$0"
16+ ],
17+ "description" : " Adds Load Block"
18+ },
19+
20+ "Django - Static File" : {
21+ "scope" : " html" ,
22+ "prefix" : " pt-dstat" ,
23+ "body" : [
24+ " {% static '$1' %}$0"
25+ ],
26+ "description" : " Adds Static File Block"
27+ }
28+ }
Original file line number Diff line number Diff line change 2424 "description" : " Adds variable tags"
2525 },
2626
27+ "Template Variable with Filter" : {
28+ "scope" : " html" ,
29+ "prefix" : " ptfilt" ,
30+ "body" : [
31+ " {{ $1 | $2 }}$0"
32+ ],
33+ "description" : " Adds variable tags with filter"
34+ },
35+
2736 "Template Code Block" : {
2837 "scope" : " html" ,
2938 "prefix" : " ptcode" ,
You can’t perform that action at this time.
0 commit comments