Skip to content

Commit 202bd59

Browse files
committed
update: snippets json
1 parent a76c3af commit 202bd59

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
source/json_generator.pyc
2-
source/duplication.pyc
2+
source/duplicates.pyc

snippets.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,202 +1927,202 @@
19271927
{
19281928
"description": "j - if else",
19291929
"id": 386,
1930-
"trigger": "jifelse"
1930+
"trigger": "j.ifelse"
19311931
},
19321932
{
19331933
"description": "j - switch",
19341934
"id": 387,
1935-
"trigger": "jswitch"
1935+
"trigger": "j.switch"
19361936
},
19371937
{
19381938
"description": "j - console.dir",
19391939
"id": 388,
1940-
"trigger": "jcd"
1940+
"trigger": "j.cd"
19411941
},
19421942
{
19431943
"description": "j - console.error",
19441944
"id": 389,
1945-
"trigger": "jce"
1945+
"trigger": "j.ce"
19461946
},
19471947
{
19481948
"description": "j - console.info",
19491949
"id": 390,
1950-
"trigger": "jci"
1950+
"trigger": "j.ci"
19511951
},
19521952
{
19531953
"description": "j - console.log",
19541954
"id": 391,
1955-
"trigger": "jcl"
1955+
"trigger": "j.cl"
19561956
},
19571957
{
19581958
"description": "j - console.warn",
19591959
"id": 392,
1960-
"trigger": "jcw"
1960+
"trigger": "j.cw"
19611961
},
19621962
{
19631963
"description": "j - addEventListener",
19641964
"id": 393,
1965-
"trigger": "j-ael"
1965+
"trigger": "j.-ael"
19661966
},
19671967
{
19681968
"description": "j - appendChild",
19691969
"id": 394,
1970-
"trigger": "jac"
1970+
"trigger": "j.ac"
19711971
},
19721972
{
19731973
"description": "j - classList.add",
19741974
"id": 395,
1975-
"trigger": "jcla"
1975+
"trigger": "j.cla"
19761976
},
19771977
{
19781978
"description": "j - classList.remove",
19791979
"id": 396,
1980-
"trigger": "jclr"
1980+
"trigger": "j.clr"
19811981
},
19821982
{
19831983
"description": "j - classList.toggle",
19841984
"id": 397,
1985-
"trigger": "jclt"
1985+
"trigger": "j.clt"
19861986
},
19871987
{
19881988
"description": "j - createDocumentFragment",
19891989
"id": 398,
1990-
"trigger": "jcdf"
1990+
"trigger": "j.cdf"
19911991
},
19921992
{
19931993
"description": "j - createElement",
19941994
"id": 399,
1995-
"trigger": "jcel"
1995+
"trigger": "j.cel"
19961996
},
19971997
{
19981998
"description": "j - getAttribute",
19991999
"id": 400,
2000-
"trigger": "jgattr"
2000+
"trigger": "j.gattr"
20012001
},
20022002
{
20032003
"description": "j - getElementById",
20042004
"id": 401,
2005-
"trigger": "jgid"
2005+
"trigger": "j.gid"
20062006
},
20072007
{
20082008
"description": "j - getElementsByClassName",
20092009
"id": 402,
2010-
"trigger": "jgclass"
2010+
"trigger": "j.gclass"
20112011
},
20122012
{
20132013
"description": "j - getElementsByTagName",
20142014
"id": 403,
2015-
"trigger": "jgtag"
2015+
"trigger": "j.gtag"
20162016
},
20172017
{
20182018
"description": "j - innerHTML",
20192019
"id": 404,
2020-
"trigger": "jih"
2020+
"trigger": "j.ih"
20212021
},
20222022
{
20232023
"description": "j - querySelectorAll",
20242024
"id": 405,
2025-
"trigger": "jqsa"
2025+
"trigger": "j.qsa"
20262026
},
20272027
{
20282028
"description": "j - querySelector",
20292029
"id": 406,
2030-
"trigger": "jqs"
2030+
"trigger": "j.qs"
20312031
},
20322032
{
20332033
"description": "j - removeAttribute",
20342034
"id": 407,
2035-
"trigger": "jrattr"
2035+
"trigger": "j.rattr"
20362036
},
20372037
{
20382038
"description": "j - removeChild",
20392039
"id": 408,
2040-
"trigger": "jrc"
2040+
"trigger": "j.rc"
20412041
},
20422042
{
20432043
"description": "j - setAttribute",
20442044
"id": 409,
2045-
"trigger": "jsattr"
2045+
"trigger": "j.sattr"
20462046
},
20472047
{
20482048
"description": "j - textContent",
20492049
"id": 410,
2050-
"trigger": "jtc"
2050+
"trigger": "j.tc"
20512051
},
20522052
{
20532053
"description": "j - Anonymous Function",
20542054
"id": 411,
2055-
"trigger": "jafn"
2055+
"trigger": "j.afn"
20562056
},
20572057
{
20582058
"description": "j - Function apply",
20592059
"id": 412,
2060-
"trigger": "japply"
2060+
"trigger": "j.apply"
20612061
},
20622062
{
20632063
"description": "j - Function call",
20642064
"id": 413,
2065-
"trigger": "jcall"
2065+
"trigger": "j.call"
20662066
},
20672067
{
20682068
"description": "j - Immediately-invoked function expression",
20692069
"id": 414,
2070-
"trigger": "j-iife"
2070+
"trigger": "j.-iife"
20712071
},
20722072
{
20732073
"description": "j - Prototype",
20742074
"id": 415,
2075-
"trigger": "jprot"
2075+
"trigger": "j.prot"
20762076
},
20772077
{
20782078
"description": "j - Function",
20792079
"id": 416,
2080-
"trigger": "jfn"
2080+
"trigger": "j.fn"
20812081
},
20822082
{
20832083
"description": "j - JSON.parse",
20842084
"id": 417,
2085-
"trigger": "jjsonp"
2085+
"trigger": "j.jsonp"
20862086
},
20872087
{
20882088
"description": "j - JSON.stringify",
20892089
"id": 418,
2090-
"trigger": "jjsons"
2090+
"trigger": "j.jsons"
20912091
},
20922092
{
20932093
"description": "j - do while",
20942094
"id": 419,
2095-
"trigger": "jdowhile"
2095+
"trigger": "j.dowhile"
20962096
},
20972097
{
20982098
"description": "j - forEach",
20992099
"id": 420,
2100-
"trigger": "jfore"
2100+
"trigger": "j.fore"
21012101
},
21022102
{
21032103
"description": "j - for in",
21042104
"id": 421,
2105-
"trigger": "jfori"
2105+
"trigger": "j.fori"
21062106
},
21072107
{
21082108
"description": "j - for",
21092109
"id": 422,
2110-
"trigger": "jfor"
2110+
"trigger": "j.for"
21112111
},
21122112
{
21132113
"description": "j - while",
21142114
"id": 423,
2115-
"trigger": "jwhile"
2115+
"trigger": "j.while"
21162116
},
21172117
{
21182118
"description": "j - setInterval",
21192119
"id": 424,
2120-
"trigger": "jsinterval"
2120+
"trigger": "j.sinterval"
21212121
},
21222122
{
21232123
"description": "j - setTimeout",
21242124
"id": 425,
2125-
"trigger": "jstimeout"
2125+
"trigger": "j.stimeout"
21262126
},
21272127
{
21282128
"description": "sm - Action",

0 commit comments

Comments
 (0)