Omit options and includes if empty

This commit is contained in:
James-Yu 2022-12-09 15:46:28 +08:00
parent 20d2d7c51d
commit 8f6d6a8b03
228 changed files with 1120 additions and 658 deletions

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"citeonline{}": {
"command": "citeonline",
@ -25,6 +24,5 @@
"snippet": "bibtextitlecommand{${1:entry}}{${2:text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"DeclareAcronym{}{}": {
"command": "DeclareAcronym",
@ -176,6 +175,5 @@
"snippet": "acsetup{${1:options}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"acro{}{}": {
"command": "acro",
@ -121,6 +120,5 @@
"detail": "acronym[longest]",
"snippet": "[${1:longest}]"
}
},
"options": []
}
}

View File

@ -1,11 +1,9 @@
{
"includes": [],
"cmds": {
"afterpage{}": {
"command": "afterpage",
"snippet": "afterpage{${1:command}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -627,6 +627,5 @@
"detail": "algorithm*",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"textarc{}": {
"command": "textarc",
@ -84,6 +83,5 @@
"snippet": "turn{${1:rune}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"boldsymbol{}": {
"command": "boldsymbol",
@ -10,6 +9,5 @@
"snippet": "pmb{${1:symbol}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"ulcorner": {
"detail": "⌜",
@ -96,6 +95,5 @@
"documentation": "righ equals"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"AmS": {},
"AmSfont": {},
@ -420,6 +419,5 @@
"detail": "xxalignat",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"nolimits": {},
"arccos": {},
@ -42,6 +41,5 @@
"varliminf": {},
"varlimsup": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"approxeq": {
"detail": "≊",
@ -753,6 +752,5 @@
"documentation": "triple ver dash"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"newtheorem*{}{}": {
"command": "newtheorem*",
@ -37,6 +36,5 @@
"detail": "proof[caption]",
"snippet": "[${1:caption}]"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"cite<>[]{}": {
"command": "cite<prefix>",
@ -418,6 +417,5 @@
"snippet": "shortciteNP<${2:prefix}>{${1:keylist}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"appendixpage": {},
"addappheadtotoc": {},
@ -32,6 +31,5 @@
"detail": "subappendices",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"extrarowheight": {},
"extratabsurround": {},
@ -11,6 +10,5 @@
},
"showcols": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"attachfile[]{}": {
"command": "attachfile",
@ -34,6 +33,5 @@
"snippet": "textattachfile{${1:filename}}{${2:text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"selectlanguage{}": {
"command": "selectlanguage",
@ -78,6 +77,5 @@
"detail": "hyphenrules{option}",
"snippet": "{${1:option}}"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"MyLogo{}": {
"command": "MyLogo",
@ -45,6 +44,5 @@
"detail": "boldequation",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"email{}": {
"command": "email",
@ -158,6 +157,5 @@
"detail": "enumstep\\item",
"snippet": "\\item"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"overlay{}": {
"command": "overlay",
@ -24,6 +23,5 @@
"detail": "slide",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"stepwise{}": {
"command": "stepwise",
@ -53,6 +52,5 @@
},
"codeswitch": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -45,6 +45,5 @@
"detail": "titleframe",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"RequireBibliographyStyle{}": {
"command": "RequireBibliographyStyle",
@ -1032,6 +1031,5 @@
"snippet": "AtDataInput[${2:type}]{${1:code}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"ExecuteBibliographyOptions{}": {
"command": "ExecuteBibliographyOptions",
@ -922,6 +921,5 @@
"detail": "refsegment",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"bidiversion": {},
"bididate": {},
@ -146,6 +145,5 @@
"detail": "RTLbibitems",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"blinddocument": {},
"Blinddocument": {},
@ -44,6 +43,5 @@
"blindmathfalse": {},
"blindmarkup": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"bm{}": {
"command": "bm",
@ -34,6 +33,5 @@
"snippet": "hmmax{${1:number}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"addlinespace": {},
"addlinespace[]": {
@ -31,6 +30,5 @@
"snippet": "toprule[${1:width}]"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"bra{}": {
"command": "bra",
@ -34,6 +33,5 @@
"snippet": "Set{${1:text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"setcounter{}{}": {
"command": "setcounter",
@ -54,6 +53,5 @@
"snippet": "minof{${1:type expression}}{${2:type expression}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"bcancel{}": {
"command": "bcancel",
@ -18,6 +17,5 @@
"snippet": "xcancel{${1:expression}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"captionsetup[]{}": {
"command": "captionsetup",
@ -96,6 +95,5 @@
"snippet": "DeclareCaptionType{${1:type}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {},
"envs": {
"numcases": {
@ -22,6 +21,5 @@
"detail": "subnumcases{left side}",
"snippet": "{${1:left side}}"
}
},
"options": []
}
}

View File

@ -165,6 +165,5 @@
"chemformula@version": {},
"chemformula@date": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -30,6 +30,5 @@
"standardstate": {},
"thebibnote": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -144,6 +144,5 @@
"detail": "pgfmetadecoration",
"snippet": ""
}
},
"options": []
}
}

View File

@ -110,6 +110,5 @@
"addsidebar": {},
"addnextpagesidebar": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"movie[]{}{}": {
"command": "movie",
@ -1345,6 +1344,5 @@
"detail": "actionenv<action specification>",
"snippet": "<${1:action specification}>"
}
},
"options": []
}
}

View File

@ -1,10 +1,8 @@
{
"includes": [],
"cmds": {
"frontmatter": {},
"mainmatter": {},
"backmatter": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"ctexset{}": {
"command": "ctexset",
@ -47,6 +46,5 @@
},
"CTeX": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"ctexset{}": {
"command": "ctexset",
@ -1390,6 +1389,5 @@
"detail": "actionenv<action specification>",
"snippet": "<${1:action specification}>"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"frontmatter": {},
"mainmatter": {},
@ -50,6 +49,5 @@
},
"CTeX": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"frontmatter": {},
"mainmatter": {},
@ -50,6 +49,5 @@
},
"CTeX": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"question": {
"detail": "?",
@ -843,6 +842,5 @@
"detail": "coverpages",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"address{}": {
"command": "address",
@ -52,6 +51,5 @@
"detail": "letter{name}",
"snippet": "{${1:name}}"
}
},
"options": []
}
}

View File

@ -2622,6 +2622,5 @@
"detail": "vplace",
"snippet": ""
}
},
"options": []
}
}

View File

@ -122,6 +122,5 @@
"detail": "cvcolumns",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"addchap[]{}": {
"command": "addchap",
@ -349,6 +348,5 @@
"detail": "labeling{template}\\item",
"snippet": "{${1:template}}\\item"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"addchap[]{}": {
"command": "addchap",
@ -349,6 +348,5 @@
"detail": "labeling{template}\\item",
"snippet": "{${1:template}}\\item"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"addchap[]{}": {
"command": "addchap",
@ -349,6 +348,5 @@
"detail": "labeling{template}\\item",
"snippet": "{${1:template}}\\item"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"addrchar": {},
"addrentry{}{}{}{}{}{}{}{}{}{}": {
@ -209,6 +208,5 @@
"detail": "letter{name}",
"snippet": "{${1:name}}"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"addchap[]{}": {
"command": "addchap",
@ -349,6 +348,5 @@
"detail": "labeling{template}\\item",
"snippet": "{${1:template}}\\item"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"cref{}": {
"command": "cref",
@ -145,6 +144,5 @@
"snippet": "label[${2:type}]{${1:label}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"textcolor{}{}": {
"command": "textcolor",
@ -43,6 +42,5 @@
"snippet": "fcolorbox{${1:declared-border-color}}{${2:declared-fill-color}}{${3:text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"arrayrulecolor{}": {
"command": "arrayrulecolor",
@ -42,6 +41,5 @@
"snippet": "rowcolor[${2:color model}]{${1:color}}[${3:left overhang}][${4:right overhang}]"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -219,6 +219,5 @@
"snippet": "tpd[${3:order}]{${1:arg1}}{${2:arg2}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"comment": {},
"endcomment": {},
@ -26,6 +25,5 @@
"detail": "comment",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"about{}[]": {
"command": "about",
@ -1681,6 +1680,5 @@
"snippet": "writetoregister[${2:singular}][${3:text}]{${1:text+text+text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"numbline[]{}{}": {
"command": "numbline",
@ -41,6 +40,5 @@
},
"ticklength": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -200,6 +200,5 @@
"detail": "problem",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"enquote{}": {
"command": "enquote",
@ -311,6 +310,5 @@
"detail": "hyphendisplaycquote{lang}[prenote][postnote]{key}[punct]",
"snippet": "{${1:lang}}[${2:prenote}][${3:postnote}]{${4:key}}[${5:punct}]"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"ctexset{}": {
"command": "ctexset",
@ -47,6 +46,5 @@
},
"CTeX": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"currfiledir": {},
"currfilebase": {},
@ -73,6 +72,5 @@
"parentfileabspathi": {},
"parentfileabspathii": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"cvplace{}": {
"command": "cvplace",
@ -24,6 +23,5 @@
"detail": "cvlist{heading of the list}\\item",
"snippet": "{${1:heading of the list}}\\item"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"CYRA": {},
"CYRB": {},
@ -159,6 +158,5 @@
"cyrae": {},
"cyrabhha": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -533,6 +533,5 @@
"detail": "dtlenvgforint",
"snippet": ""
}
},
"options": []
}
}

View File

@ -470,6 +470,5 @@
"detail": "DTLenvforeach*[condition]{db%special}{assign list}",
"snippet": "[${3:condition}]{${1:db%special}}{${2:assign list}}"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"currenttime": {},
"formattime{}{}{}": {
@ -83,6 +82,5 @@
"snippet": "setdefaultdate{${1:declaration}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"doi{}": {
"command": "doi",
@ -7,6 +6,5 @@
},
"doitext": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"todo{}": {
"command": "todo",
@ -7,6 +6,5 @@
},
"listoftodos": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"fbox": {},
"empheqset{}": {
@ -90,6 +89,5 @@
"detail": "empheq[markup instructions]{AMS env name}",
"snippet": "[${2:markup instructions}]{${1:AMS env name}}"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"endnote{}": {
"command": "endnote",
@ -31,6 +30,5 @@
"theenmark": {},
"notesname": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {},
"envs": {
"enumerate[]": {
@ -7,6 +6,5 @@
"detail": "enumerate[option]",
"snippet": "[${1:option}]"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"epigraph{}{}": {
"command": "epigraph",
@ -38,6 +37,5 @@
"detail": "epigraphs",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"epstopdfsetup{}": {
"command": "epstopdfsetup",
@ -21,6 +20,5 @@
"snippet": "PrependGraphicsExtensions{${1:ext}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"int": {
"detail": "∫",
@ -49,6 +48,5 @@
"landupint": {},
"landdownint": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -617,6 +617,5 @@
},
"xpreto": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"EUR{}": {
"command": "EUR",
@ -14,6 +13,5 @@
"documentation": "EURO SIGN"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"BVerbatimInput{}": {
"command": "BVerbatimInput",
@ -153,6 +152,5 @@
"detail": "Verbatim",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"chead[]{}": {
"command": "chead",
@ -78,6 +77,5 @@
"snippet": "rhead{${1:stuff}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"fref{}": {
"command": "fref",
@ -34,6 +33,5 @@
"snippet": "Frefformat{${1:format}}{${2:prefixmacro}}{${3:output}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"unit{}{}": {
"command": "unit",
@ -214,6 +213,5 @@
"oersted": {},
"electronvolt": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"Graypersecondnp": {},
"metrepersquaresecondnp": {},
@ -58,6 +57,5 @@
"cubicmetrepersecondnp": {},
"kilogrampersecondcubicmetrenp": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"Squaremetre": {},
"cubicmetre": {},
@ -69,6 +68,5 @@
"rpcubicmetrepersecond": {},
"kilogrampersecondcubicmetre": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"GraypersecondUF": {},
"metrepersquaresecondUF": {},
@ -56,6 +55,5 @@
"cubicmetrepersecondUF": {},
"kilogrampersecondcubicmetreUF": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"GraypersecondUf": {},
"metrepersquaresecondUf": {},
@ -56,6 +55,5 @@
"cubicmetrepersecondUf": {},
"kilogrampersecondcubicmetreUf": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"Grayperseconduf": {},
"metrepersquareseconduf": {},
@ -56,6 +55,5 @@
"cubicmetreperseconduf": {},
"kilogrampersecondcubicmetreuf": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"VerbatimFootnotes": {},
"DefineShortVerb{}": {
@ -32,6 +31,5 @@
"detail": "BVerbatim*",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"fulltextwidth": {},
"setauthor{}": {
@ -38,6 +37,5 @@
"detail": "innertitlepage",
"snippet": ""
}
},
"options": []
}
}

View File

@ -88,6 +88,5 @@
"detail": "anfxwarning{summary}",
"snippet": "{${1:summary}}"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"newfloat{}{}{}[]": {
"command": "newfloat",
@ -26,6 +25,5 @@
"snippet": "listof{${1:type}}{${2:title}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"fontspec{}": {
"command": "fontspec",
@ -90,6 +89,5 @@
"snippet": "aliasfontfeatureoption{${1:fontfeature}}{${2:existingname}}{${3:newname}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"add[]{}{}": {
"command": "add",
@ -31,6 +30,5 @@
"detail": "gmatrix[V]",
"snippet": "[${1:V}]"
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"geometry{}": {
"command": "geometry",
@ -19,6 +18,5 @@
"snippet": "loadgeometry{${1:name}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,6 +1,4 @@
{
"includes": [],
"cmds": {},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1156,6 +1156,5 @@
"detail": "theglossary",
"snippet": ""
}
},
"options": []
}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"glosstex{}": {
"command": "glosstex",
@ -142,6 +141,5 @@
"snippet": "glxheading{${1:glo, acr or own list}}{${2:definition}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"color{}": {
"command": "color",
@ -86,6 +85,5 @@
"snippet": "textcolor[${3:model}]{${1:specification}}{${2:text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -50,6 +50,5 @@
"possessivecite": {},
"protect": {}
},
"envs": {},
"options": []
"envs": {}
}

View File

@ -1,5 +1,4 @@
{
"includes": [],
"cmds": {
"hypersetup{}": {
"command": "hypersetup",
@ -131,6 +130,5 @@
"snippet": "MakeButtonField{${1:text}}"
}
},
"envs": {},
"options": []
"envs": {}
}

Some files were not shown because too many files have changed in this diff Show More