diff --git a/data/macros.json b/data/macros.json
index 66526caf3..b65f848d0 100644
--- a/data/macros.json
+++ b/data/macros.json
@@ -1,1677 +1,1677 @@
[
- {
- "name": "begin",
- "arg": {
- "format": "",
- "snippet": "{"
- },
- "detail": "Begin a new environment",
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "beginend",
- "arg": {
- "format": "",
- "snippet": "begin{$1}\n\t${0:${TM_SELECTED_TEXT}}\n\\end{$1}"
- },
- "detail": "Insert \\begin/\\end",
- "doc": "Insert a `\\begin{} / \\end{}` pair and wrap the selected text if any. Autocompletion is automatically triggered to complete the environment name",
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "left",
- "arg": {
- "format": "(",
- "snippet": "(${1}\\right)"
- },
- "detail": "\\left( ... \\right), shortcut @("
- },
- {
- "name": "left",
- "arg": {
- "format": "[",
- "snippet": "[${1}\\right]"
- },
- "detail": "\\left[ ... \\right], shortcut @["
- },
- {
- "name": "left",
- "arg": {
- "format": "{",
- "snippet": "{\\{${1}\\right\\\\}"
- },
- "detail": "\\left\\{ ... \\right\\}, shortcut @{"
- },
- {
- "name": "bigl",
- "arg": {
- "format": "(",
- "snippet": "(${1}\\bigr)"
- },
- "detail": "\\bigl( ... \\bigr)"
- },
- {
- "name": "bigl",
- "arg": {
- "format": "[",
- "snippet": "[${1}\\bigr]"
- },
- "detail": "\\bigl[ ... \\bigr]"
- },
- {
- "name": "bigl",
- "arg": {
- "format": "{",
- "snippet": "\\{${1}\\bigr\\\\}"
- },
- "detail": "\\bigl\\{ ... \\bigr\\}"
- },
- {
- "name": "Bigl",
- "arg": {
- "format": "(",
- "snippet": "(${1}\\Bigr)"
- },
- "detail": "\\Bigl( ... \\Bigr)"
- },
- {
- "name": "Bigl",
- "arg": {
- "format": "[",
- "snippet": "[${1}\\Bigr]"
- },
- "detail": "\\Bigl[ ... \\Bigr]"
- },
- {
- "name": "Bigl",
- "arg": {
- "format": "{",
- "snippet": "\\{${1}\\Bigr\\\\}"
- },
- "detail": "\\Bigl\\{ ... \\Bigr\\}"
- },
- {
- "name": "biggl",
- "arg": {
- "format": "(",
- "snippet": "(${1}\\biggr)"
- },
- "detail": "\\biggl( ... \\biggr)"
- },
- {
- "name": "biggl",
- "arg": {
- "format": "[",
- "snippet": "[${1}\\biggr]"
- },
- "detail": "\\biggl[ ... \\biggr]"
- },
- {
- "name": "biggl",
- "arg": {
- "format": "{",
- "snippet": "\\{${1}\\biggr\\\\}"
- },
- "detail": "\\biggl\\{ ... \\biggr\\}"
- },
- {
- "name": "Biggl",
- "arg": {
- "format": "(",
- "snippet": "${1}\\Biggr)"
- },
- "detail": "\\Biggl( ... \\Biggr)"
- },
- {
- "name": "Biggl",
- "arg": {
- "format": "[",
- "snippet": "[${1}\\Biggr]"
- },
- "detail": "\\Biggl[ ... \\Biggr]"
- },
- {
- "name": "Biggl",
- "arg": {
- "format": "{",
- "snippet": "\\{${1}\\Biggr\\\\}"
- },
- "detail": "\\Biggl\\{ ... \\Biggr\\}"
- },
- {
- "name": "frame",
- "arg": {
- "format": "",
- "snippet": "begin{}\n\t\\frametitle{${1:
}}\n\n\t$0\n\n\\end{frame}"
- },
- "detail": "Insert a frame \\begin{frame} ... \\end{frame}"
- },
- {
- "name": "(",
- "arg": {
- "format": "",
- "snippet": "${1}\\)"
- },
- "detail": "inline math \\( ... \\)"
- },
- {
- "name": "[",
- "arg": {
- "format": "",
- "snippet": "${1}\\]"
- },
- "detail": "display math \\[ ... \\]"
- },
- {
- "name": "{",
- "arg": {
- "format": "",
- "snippet": "${1}\\\\}"
- },
- "detail": "curly brackets \\{ ... \\}"
- },
- {
- "name": "title",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "part",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "chapter",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "section",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "subsection",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "subsubsection",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "paragraph",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "subparagraph",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "bibliography",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "bibliographystyle",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "caption",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "footnote",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "cite",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "reference",
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "textcite",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "reference",
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "parencite",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "reference",
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "citeyear",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "shortcite",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "emph",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "textbf",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textit",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textmd",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textnormal",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textrm",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textsc",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textsf",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textsl",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- },
- "detail": "slanted text"
- },
- {
- "name": "texttt",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textup",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "textwidth"
- },
- {
- "name": "ttfamily"
- },
- {
- "name": "label",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- }
- },
- {
- "name": "ref",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "pageref",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "author",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "pagestyle",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "hspace",
- "arg": {
- "format": "{}",
- "snippet": "{${1:l}}"
- }
- },
- {
- "name": "hspace*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:l}}"
- }
- },
- {
- "name": "vspace",
- "arg": {
- "format": "{}",
- "snippet": "{${1:l}}"
- }
- },
- {
- "name": "vspace*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:l}}"
- }
- },
- {
- "name": "usepackage",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "item",
- "arg": {
- "format": "",
- "snippet": " $0"
- }
- },
- {
- "name": "multicolumn",
- "arg": {
- "format": "{}{}{}",
- "snippet": "{${1:n}}{${2:cols}}{${3:text}}"
- }
- },
- {
- "name": "documentclass",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "tableofcontents"
- },
- {
- "name": "linespread",
- "arg": {
- "format": "{}",
- "snippet": "{${1:x}}"
- }
- },
- {
- "name": "date",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "today"
- },
- {
- "name": "underline",
- "arg": {
- "format": "{}",
- "snippet": "{${1}}"
- },
- "detail": " ̲",
- "doc": "COMBINING LOW LINE"
- },
- {
- "name": "rule",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:width}}{${2:height}}"
- }
- },
- {
- "name": "pagebreak"
- },
- {
- "name": "noindent"
- },
- {
- "name": "nonumber"
- },
- {
- "name": "kill"
- },
- {
- "name": "tiny"
- },
- {
- "name": "scriptsize"
- },
- {
- "name": "footnotesize"
- },
- {
- "name": "small"
- },
- {
- "name": "normalsize"
- },
- {
- "name": "large"
- },
- {
- "name": "Large"
- },
- {
- "name": "LARGE"
- },
- {
- "name": "huge"
- },
- {
- "name": "Huge"
- },
- {
- "name": "raggedleft"
- },
- {
- "name": "raggedright"
- },
- {
- "name": "centering"
- },
- {
- "name": "cline",
- "arg": {
- "format": "{}",
- "snippet": "{${1:x}-${2:y}}"
- }
- },
- {
- "name": "hline"
- },
- {
- "name": "text",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "sqrt",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "√, shortcut @2"
- },
- {
- "name": "frac",
- "arg": {
- "format": "{}{}",
- "snippet": "{$1}{$2}"
- },
- "detail": "Insert fraction, shortcuts @/ or @%"
- },
- {
- "name": "bar",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "¯, shortcut @_"
- },
- {
- "name": "alpha"
- },
- {
- "name": "beta"
- },
- {
- "name": "chi"
- },
- {
- "name": "delta"
- },
- {
- "name": "epsilon"
- },
- {
- "name": "varepsilon"
- },
- {
- "name": "eta"
- },
- {
- "name": "gamma"
- },
- {
- "name": "iota"
- },
- {
- "name": "kappa"
- },
- {
- "name": "lambda"
- },
- {
- "name": "mu"
- },
- {
- "name": "nu"
- },
- {
- "name": "omega"
- },
- {
- "name": "phi"
- },
- {
- "name": "varphi"
- },
- {
- "name": "pi"
- },
- {
- "name": "varpi"
- },
- {
- "name": "psi"
- },
- {
- "name": "rho"
- },
- {
- "name": "varrho"
- },
- {
- "name": "sigma"
- },
- {
- "name": "varsigma"
- },
- {
- "name": "tau"
- },
- {
- "name": "theta"
- },
- {
- "name": "vartheta"
- },
- {
- "name": "upsilon"
- },
- {
- "name": "xi"
- },
- {
- "name": "zeta"
- },
- {
- "name": "Delta"
- },
- {
- "name": "Gamma"
- },
- {
- "name": "Lambda"
- },
- {
- "name": "Omega"
- },
- {
- "name": "Phi"
- },
- {
- "name": "Pi"
- },
- {
- "name": "Psi"
- },
- {
- "name": "Sigma"
- },
- {
- "name": "Theta"
- },
- {
- "name": "Upsilon"
- },
- {
- "name": "Xi"
- },
- {
- "name": "exists"
- },
- {
- "name": "in"
- },
- {
- "name": "notin"
- },
- {
- "name": "subset"
- },
- {
- "name": "supset"
- },
- {
- "name": "leftarrow"
- },
- {
- "name": "Leftarrow"
- },
- {
- "name": "Leftrightarrow"
- },
- {
- "name": "rightarrow"
- },
- {
- "name": "Rightarrow"
- },
- {
- "name": "infty"
- },
- {
- "name": "div"
- },
- {
- "name": "approx"
- },
- {
- "name": "mid"
- },
- {
- "name": "neg"
- },
- {
- "name": "setminus"
- },
- {
- "name": "sum"
- },
- {
- "name": "prime"
- },
- {
- "name": "geq"
- },
- {
- "name": "partial"
- },
- {
- "name": "pm"
- },
- {
- "name": "times"
- },
- {
- "name": "cap"
- },
- {
- "name": "bigcap"
- },
- {
- "name": "cup"
- },
- {
- "name": "bigcup"
- },
- {
- "name": "vee"
- },
- {
- "name": "prod"
- },
- {
- "name": "circ"
- },
- {
- "name": "wedge"
- },
- {
- "name": "neq"
- },
- {
- "name": "forall"
- },
- {
- "name": "leq"
- },
- {
- "name": "equiv"
- },
- {
- "name": "dot",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "˙, shortcut @;"
- },
- {
- "name": "ddot",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": "¨, shortcut @: "
- },
- {
- "name": "acute",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ́",
- "doc": "acute accent"
- },
- {
- "name": "breve",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̆",
- "doc": "breve"
- },
- {
- "name": "check",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̌",
- "doc": "caron"
- },
- {
- "name": "grave",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̀",
- "doc": "grave accent"
- },
- {
- "name": "hat",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̂, shortcut @^",
- "doc": "circumflex accent"
- },
- {
- "name": "widehat",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̂",
- "doc": "wide circumflex accent"
- },
- {
- "name": "tilde",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̃",
- "doc": "tilde"
- },
- {
- "name": "widetilde",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "detail": " ̃",
- "doc": "wide tilde"
- },
- {
- "name": "vec",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- }
- },
- {
- "name": "addcontentsline",
- "arg": {
- "format": "{}{}{}",
- "snippet": "{${1:file}}{${2:secunit}}{${3:entry}}"
- }
- },
- {
- "name": "appendix"
- },
- {
- "name": "appendixname"
- },
- {
- "name": "arabic",
- "arg": {
- "format": "{}",
- "snippet": "{${1:counter}}"
- }
- },
- {
- "name": "ensuremath",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "bibitem",
- "arg": {
- "format": "{}",
- "snippet": "{${1:citekey}}"
- }
- },
- {
- "name": "bibitem",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:label}]{${1:citekey}}"
- }
- },
- {
- "name": "caption",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "chapter*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "chapter",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "chaptermark",
- "arg": {
- "format": "{}",
- "snippet": "{${1:code}}"
- }
- },
- {
- "name": "chaptername",
- "arg": {
- "format": "{}",
- "snippet": "{${1:name}}"
- }
- },
- {
- "name": "cite",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:text}]{${1:keylist}}"
- }
- },
- {
- "name": "cleardoublepage"
- },
- {
- "name": "clearpage"
- },
- {
- "name": "contentsline",
- "arg": {
- "format": "{}{}{}",
- "snippet": "{${1:type}}{${2:text}}{${3:page}}"
- }
- },
- {
- "name": "contentsname",
- "arg": {
- "format": "{}",
- "snippet": "{${1:name}}"
- }
- },
- {
- "name": "cdot"
- },
- {
- "name": "cdots"
- },
- {
- "name": "ldots"
- },
- {
- "name": "ddots"
- },
- {
- "name": "documentclass",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:options}]{${1:style}}"
- }
- },
- {
- "name": "fbox",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "figurename",
- "arg": {
- "format": "{}",
- "snippet": "{${1:name}}"
- }
- },
- {
- "name": "footnotemark"
- },
- {
- "name": "footnotemark",
- "arg": {
- "format": "[]",
- "snippet": "[${1:number}]"
- }
- },
- {
- "name": "footnotetext",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:number}]{${1:text}}"
- }
- },
- {
- "name": "footnotetext",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "footnote",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:number}]{${1:text}}"
- }
- },
- {
- "name": "glossaryentry",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:text}}{${2:pagenum}}"
- }
- },
- {
- "name": "glossary",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "hlinefill"
- },
- {
- "name": "input",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "include",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "includegraphics",
- "arg": {
- "format": "{}",
- "snippet": "{$1}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "includegraphics",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:options}]{${1:name}}"
- },
- "action": "editor.action.triggerSuggest"
- },
- {
- "name": "includeonly",
- "arg": {
- "format": "{}",
- "snippet": "{${1:filelist}}"
- }
- },
- {
- "name": "indexname",
- "arg": {
- "format": "{}",
- "snippet": "{${1:name}}"
- }
- },
- {
- "name": "index",
- "arg": {
- "format": "{}",
- "snippet": "{${1:entry}}"
- }
- },
- {
- "name": "inputlineno"
- },
- {
- "name": "item",
- "arg": {
- "format": "[]",
- "snippet": "[${1:label}]"
- }
- },
- {
- "name": "itshape"
- },
- {
- "name": "LaTeX"
- },
- {
- "name": "linebreak"
- },
- {
- "name": "linebreak",
- "arg": {
- "format": "[]",
- "snippet": "[${1:number}]"
- }
- },
- {
- "name": "makeatletter"
- },
- {
- "name": "makeatother"
- },
- {
- "name": "maketitle"
- },
- {
- "name": "marginpar",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:left}]{${1:right}}"
- }
- },
- {
- "name": "marginpar",
- "arg": {
- "format": "{}",
- "snippet": "{${1:right}}"
- }
- },
- {
- "name": "markboth",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:lefthead}}{${2:righthead}}"
- }
- },
- {
- "name": "markright",
- "arg": {
- "format": "{}",
- "snippet": "{${1:righthead}}"
- }
- },
- {
- "name": "mbox",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "newline"
- },
- {
- "name": "newpage"
- },
- {
- "name": "newtheorem",
- "arg": {
- "format": "{}[]{}",
- "snippet": "{${1:envname}}[${2:numberedlike}]{${3:caption}}"
- }
- },
- {
- "name": "newtheorem",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:envname}}{${2:caption}}"
- }
- },
- {
- "name": "newtheorem",
- "arg": {
- "format": "{}{}[]",
- "snippet": "{${1:envname}}{${2:caption}}[${3:within}]"
- }
- },
- {
- "name": "nocite",
- "arg": {
- "format": "{}",
- "snippet": "{${1:keylist}}"
- }
- },
- {
- "name": "nolinebreak"
- },
- {
- "name": "nolinebreak",
- "arg": {
- "format": "[]",
- "snippet": "[${1:number}]"
- }
- },
- {
- "name": "nopagebreak"
- },
- {
- "name": "nopagebreak",
- "arg": {
- "format": "[]",
- "snippet": "[${1:number}]"
- }
- },
- {
- "name": "underbrace",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "overbrace",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- },
- "detail": "⏞",
- "doc": "TOP CURLY BRACKET"
- },
- {
- "name": "overline",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- },
- "detail": " ̅",
- "doc": "overbar embellishment"
- },
- {
- "name": "pagebreak",
- "arg": {
- "format": "[]",
- "snippet": "[${1:number}]"
- }
- },
- {
- "name": "pagename"
- },
- {
- "name": "pagenumbering",
- "arg": {
- "format": "{}",
- "snippet": "{${1:numstyle}}"
- }
- },
- {
- "name": "paragraph*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "paragraph",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "parbox",
- "arg": {
- "format": "[]{}{}",
- "snippet": "[${3:position}]{${1:width}}{${2:text}}"
- }
- },
- {
- "name": "parbox",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:width}}{${2:text}}"
- }
- },
- {
- "name": "part*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "part",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "rule",
- "arg": {
- "format": "[]{}{}",
- "snippet": "[${3:lift}]{${1:width}}{${2:thickness}}"
- }
- },
- {
- "name": "section*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "section",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "stackrel",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:above}}{${2:under}}"
- }
- },
- {
- "name": "subparagraph*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "subparagraph",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "subsection*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "subsection",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "subsubsection*",
- "arg": {
- "format": "{}",
- "snippet": "{${1:title}}"
- }
- },
- {
- "name": "subsubsection",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:short}]{${1:title}}"
- }
- },
- {
- "name": "thanks",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "thispagestyle",
- "arg": {
- "format": "{}",
- "snippet": "{${1:empty/plain/headings/myheadings}}"
- }
- },
- {
- "name": "usepackage",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:options}]{${1:package}}"
- }
- },
- {
- "name": "newcommand",
- "arg": {
- "format": "{}[][]{}",
- "snippet": "{${1:cmd}}[${2:args}][${3:default}]{${4:def}}"
- }
- },
- {
- "name": "newcommand",
- "arg": {
- "format": "{}[]{}",
- "snippet": "{${1:cmd}}[${2:args}]{${3:def}}"
- }
- },
- {
- "name": "newcommand",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:cmd}}{${2:def}}"
- }
- },
- {
- "name": "providecommand",
- "arg": {
- "format": "{}[][]{}",
- "snippet": "{${1:cmd}}[${2:args}][${3:default}]{${4:def}}"
- }
- },
- {
- "name": "providecommand",
- "arg": {
- "format": "{}[]{}",
- "snippet": "{${1:cmd}}[${2:args}]{${3:def}}"
- }
- },
- {
- "name": "providecommand",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:cmd}}{${2:def}}"
- }
- },
- {
- "name": "newenvironment",
- "arg": {
- "format": "{}[][]{}{}",
- "snippet": "{${1:nam}}[${2:args}][${3:default}]{${4:begdef}}{${5:enddef}}"
- }
- },
- {
- "name": "newenvironment",
- "arg": {
- "format": "{}[]{}{}",
- "snippet": "{${1:nam}}[${2:args}]{${3:begdef}}{${4:enddef}}"
- }
- },
- {
- "name": "newenvironment",
- "arg": {
- "format": "{}{}{}",
- "snippet": "{${1:name}}{${2:begdef}}{${3:enddef}}"
- }
- },
- {
- "name": "renewcommand",
- "arg": {
- "format": "{}[][]{}",
- "snippet": "{${1:cmd}}[${2:args}][${3:default}]{${4:def}}"
- }
- },
- {
- "name": "renewcommand",
- "arg": {
- "format": "{}[]{}",
- "snippet": "{${1:cmd}}[${2:args}]{${3:def}}"
- }
- },
- {
- "name": "renewcommand",
- "arg": {
- "format": "{}{}",
- "snippet": "{${1:cmd}}{${2:def}}"
- }
- },
- {
- "name": "renewenvironment",
- "arg": {
- "format": "{}[][]{}{}",
- "snippet": "{${1:name}}[${2:args}][${3:default}]{${4:begdef}}{${5:enddef}}"
- }
- },
- {
- "name": "renewenvironment",
- "arg": {
- "format": "{}[]{}{}",
- "snippet": "{${1:name}}[${2:args}]{${3:begdef}}{${4:enddef}}"
- }
- },
- {
- "name": "renewenvironment",
- "arg": {
- "format": "{}{}{}",
- "snippet": "{${1:name}}{${2:begdef}}{${3:enddef}}"
- }
- },
- {
- "name": "roman",
- "arg": {
- "format": "{}",
- "snippet": "{${1:counter}}"
- }
- },
- {
- "name": "Roman",
- "arg": {
- "format": "{}",
- "snippet": "{${1:counter}}"
- }
- },
- {
- "name": "framebox",
- "arg": {
- "format": "[][]{}",
- "snippet": "[${2:width}][${3:position}]{${1:text}}"
- }
- },
- {
- "name": "framebox",
- "arg": {
- "format": "[]{}",
- "snippet": "[${2:width}]{${1:text}}"
- }
- },
- {
- "name": "listoffigures"
- },
- {
- "name": "listoftables"
- },
- {
- "name": "makeglossary"
- },
- {
- "name": "makeindex"
- },
- {
- "name": "mathbb",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathbf",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathcal",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathds",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathit",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathnormal",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathrm",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathscr",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathsf",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "mathtt",
- "arg": {
- "format": "{}",
- "snippet": "{${1:text}}"
- }
- },
- {
- "name": "displaystyle"
+ {
+ "name": "begin",
+ "arg": {
+ "format": "",
+ "snippet": "begin{"
+ },
+ "detail": "Begin a new environment",
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "beginend",
+ "arg": {
+ "format": "",
+ "snippet": "begin{$1}\n\t${0:${TM_SELECTED_TEXT}}\n\\end{$1}"
+ },
+ "detail": "Insert \\begin/\\end",
+ "doc": "Insert a `\\begin{} / \\end{}` pair and wrap the selected text if any. Autocompletion is automatically triggered to complete the environment name",
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "left",
+ "arg": {
+ "format": "(",
+ "snippet": "left(${1}\\right)"
+ },
+ "detail": "\\left( ... \\right), shortcut @("
+ },
+ {
+ "name": "left",
+ "arg": {
+ "format": "[",
+ "snippet": "left[${1}\\right]"
+ },
+ "detail": "\\left[ ... \\right], shortcut @["
+ },
+ {
+ "name": "left",
+ "arg": {
+ "format": "{",
+ "snippet": "left{\\{${1}\\right\\\\}"
+ },
+ "detail": "\\left\\{ ... \\right\\}, shortcut @{"
+ },
+ {
+ "name": "bigl",
+ "arg": {
+ "format": "(",
+ "snippet": "bigl(${1}\\bigr)"
+ },
+ "detail": "\\bigl( ... \\bigr)"
+ },
+ {
+ "name": "bigl",
+ "arg": {
+ "format": "[",
+ "snippet": "bigl[${1}\\bigr]"
+ },
+ "detail": "\\bigl[ ... \\bigr]"
+ },
+ {
+ "name": "bigl",
+ "arg": {
+ "format": "{",
+ "snippet": "bigl\\{${1}\\bigr\\\\}"
+ },
+ "detail": "\\bigl\\{ ... \\bigr\\}"
+ },
+ {
+ "name": "Bigl",
+ "arg": {
+ "format": "(",
+ "snippet": "Bigl(${1}\\Bigr)"
+ },
+ "detail": "\\Bigl( ... \\Bigr)"
+ },
+ {
+ "name": "Bigl",
+ "arg": {
+ "format": "[",
+ "snippet": "Bigl[${1}\\Bigr]"
+ },
+ "detail": "\\Bigl[ ... \\Bigr]"
+ },
+ {
+ "name": "Bigl",
+ "arg": {
+ "format": "{",
+ "snippet": "Bigl\\{${1}\\Bigr\\\\}"
+ },
+ "detail": "\\Bigl\\{ ... \\Bigr\\}"
+ },
+ {
+ "name": "biggl",
+ "arg": {
+ "format": "(",
+ "snippet": "biggl(${1}\\biggr)"
+ },
+ "detail": "\\biggl( ... \\biggr)"
+ },
+ {
+ "name": "biggl",
+ "arg": {
+ "format": "[",
+ "snippet": "biggl[${1}\\biggr]"
+ },
+ "detail": "\\biggl[ ... \\biggr]"
+ },
+ {
+ "name": "biggl",
+ "arg": {
+ "format": "{",
+ "snippet": "biggl\\{${1}\\biggr\\\\}"
+ },
+ "detail": "\\biggl\\{ ... \\biggr\\}"
+ },
+ {
+ "name": "Biggl",
+ "arg": {
+ "format": "(",
+ "snippet": "Biggl${1}\\Biggr)"
+ },
+ "detail": "\\Biggl( ... \\Biggr)"
+ },
+ {
+ "name": "Biggl",
+ "arg": {
+ "format": "[",
+ "snippet": "Biggl[${1}\\Biggr]"
+ },
+ "detail": "\\Biggl[ ... \\Biggr]"
+ },
+ {
+ "name": "Biggl",
+ "arg": {
+ "format": "{",
+ "snippet": "Biggl\\{${1}\\Biggr\\\\}"
+ },
+ "detail": "\\Biggl\\{ ... \\Biggr\\}"
+ },
+ {
+ "name": "frame",
+ "arg": {
+ "format": "",
+ "snippet": "begin{frame}\n\t\\frametitle{${1:}}\n\n\t$0\n\n\\end{frame}"
+ },
+ "detail": "Insert a frame \\begin{frame} ... \\end{frame}"
+ },
+ {
+ "name": "(",
+ "arg": {
+ "format": "",
+ "snippet": "(${1}\\)"
+ },
+ "detail": "inline math \\( ... \\)"
+ },
+ {
+ "name": "[",
+ "arg": {
+ "format": "",
+ "snippet": "[${1}\\]"
+ },
+ "detail": "display math \\[ ... \\]"
+ },
+ {
+ "name": "{",
+ "arg": {
+ "format": "",
+ "snippet": "{${1}\\\\}"
+ },
+ "detail": "curly brackets \\{ ... \\}"
+ },
+ {
+ "name": "title",
+ "arg": {
+ "format": "{}",
+ "snippet": "title{${1:title}}"
+ }
+ },
+ {
+ "name": "part",
+ "arg": {
+ "format": "{}",
+ "snippet": "part{${1}}"
+ }
+ },
+ {
+ "name": "chapter",
+ "arg": {
+ "format": "{}",
+ "snippet": "chapter{${1}}"
+ }
+ },
+ {
+ "name": "section",
+ "arg": {
+ "format": "{}",
+ "snippet": "section{${1}}"
+ }
+ },
+ {
+ "name": "subsection",
+ "arg": {
+ "format": "{}",
+ "snippet": "subsection{${1}}"
+ }
+ },
+ {
+ "name": "subsubsection",
+ "arg": {
+ "format": "{}",
+ "snippet": "subsubsection{${1}}"
+ }
+ },
+ {
+ "name": "paragraph",
+ "arg": {
+ "format": "{}",
+ "snippet": "paragraph{${1}}"
+ }
+ },
+ {
+ "name": "subparagraph",
+ "arg": {
+ "format": "{}",
+ "snippet": "subparagraph{${1}}"
+ }
+ },
+ {
+ "name": "bibliography",
+ "arg": {
+ "format": "{}",
+ "snippet": "bibliography{$1}"
+ }
+ },
+ {
+ "name": "bibliographystyle",
+ "arg": {
+ "format": "{}",
+ "snippet": "bibliographystyle{$1}"
+ }
+ },
+ {
+ "name": "caption",
+ "arg": {
+ "format": "{}",
+ "snippet": "caption{${1}}"
+ }
+ },
+ {
+ "name": "footnote",
+ "arg": {
+ "format": "{}",
+ "snippet": "footnote{${1}}"
+ }
+ },
+ {
+ "name": "cite",
+ "arg": {
+ "format": "{}",
+ "snippet": "cite{$1}"
+ },
+ "detail": "reference",
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "textcite",
+ "arg": {
+ "format": "{}",
+ "snippet": "textcite{$1}"
+ },
+ "detail": "reference",
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "parencite",
+ "arg": {
+ "format": "{}",
+ "snippet": "parencite{$1}"
+ },
+ "detail": "reference",
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "citeyear",
+ "arg": {
+ "format": "{}",
+ "snippet": "citeyear{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "shortcite",
+ "arg": {
+ "format": "{}",
+ "snippet": "shortcite{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "emph",
+ "arg": {
+ "format": "{}",
+ "snippet": "emph{$1}"
+ }
+ },
+ {
+ "name": "textbf",
+ "arg": {
+ "format": "{}",
+ "snippet": "textbf{${1}}"
+ }
+ },
+ {
+ "name": "textit",
+ "arg": {
+ "format": "{}",
+ "snippet": "textit{${1}}"
+ }
+ },
+ {
+ "name": "textmd",
+ "arg": {
+ "format": "{}",
+ "snippet": "textmd{${1}}"
+ }
+ },
+ {
+ "name": "textnormal",
+ "arg": {
+ "format": "{}",
+ "snippet": "textnormal{${1}}"
+ }
+ },
+ {
+ "name": "textrm",
+ "arg": {
+ "format": "{}",
+ "snippet": "textrm{${1}}"
+ }
+ },
+ {
+ "name": "textsc",
+ "arg": {
+ "format": "{}",
+ "snippet": "textsc{${1}}"
+ }
+ },
+ {
+ "name": "textsf",
+ "arg": {
+ "format": "{}",
+ "snippet": "textsf{${1}}"
+ }
+ },
+ {
+ "name": "textsl",
+ "arg": {
+ "format": "{}",
+ "snippet": "textsl{${1}}"
+ },
+ "detail": "slanted text"
+ },
+ {
+ "name": "texttt",
+ "arg": {
+ "format": "{}",
+ "snippet": "texttt{${1}}"
+ }
+ },
+ {
+ "name": "textup",
+ "arg": {
+ "format": "{}",
+ "snippet": "textup{${1}}"
+ }
+ },
+ {
+ "name": "textwidth"
+ },
+ {
+ "name": "ttfamily"
+ },
+ {
+ "name": "label",
+ "arg": {
+ "format": "{}",
+ "snippet": "label{${1}}"
+ }
+ },
+ {
+ "name": "ref",
+ "arg": {
+ "format": "{}",
+ "snippet": "ref{${1}}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "pageref",
+ "arg": {
+ "format": "{}",
+ "snippet": "pageref{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "author",
+ "arg": {
+ "format": "{}",
+ "snippet": "author{$1}"
+ }
+ },
+ {
+ "name": "pagestyle",
+ "arg": {
+ "format": "{}",
+ "snippet": "pagestyle{$1}"
+ }
+ },
+ {
+ "name": "hspace",
+ "arg": {
+ "format": "{}",
+ "snippet": "hspace{${1:l}}"
+ }
+ },
+ {
+ "name": "hspace*",
+ "arg": {
+ "format": "{}",
+ "snippet": "hspace*{${1:l}}"
+ }
+ },
+ {
+ "name": "vspace",
+ "arg": {
+ "format": "{}",
+ "snippet": "vspace{${1:l}}"
+ }
+ },
+ {
+ "name": "vspace*",
+ "arg": {
+ "format": "{}",
+ "snippet": "vspace*{${1:l}}"
+ }
+ },
+ {
+ "name": "usepackage",
+ "arg": {
+ "format": "{}",
+ "snippet": "usepackage{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "item",
+ "arg": {
+ "format": "",
+ "snippet": "item $0"
+ }
+ },
+ {
+ "name": "multicolumn",
+ "arg": {
+ "format": "{}{}{}",
+ "snippet": "multicolumn{${1:n}}{${2:cols}}{${3:text}}"
+ }
+ },
+ {
+ "name": "documentclass",
+ "arg": {
+ "format": "{}",
+ "snippet": "documentclass{$1}"
+ }
+ },
+ {
+ "name": "tableofcontents"
+ },
+ {
+ "name": "linespread",
+ "arg": {
+ "format": "{}",
+ "snippet": "linespread{${1:x}}"
+ }
+ },
+ {
+ "name": "date",
+ "arg": {
+ "format": "{}",
+ "snippet": "date{$1}"
+ }
+ },
+ {
+ "name": "today"
+ },
+ {
+ "name": "underline",
+ "arg": {
+ "format": "{}",
+ "snippet": "underline{${1}}"
+ },
+ "detail": " ̲",
+ "doc": "COMBINING LOW LINE"
+ },
+ {
+ "name": "rule",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "rule{${1:width}}{${2:height}}"
+ }
+ },
+ {
+ "name": "pagebreak"
+ },
+ {
+ "name": "noindent"
+ },
+ {
+ "name": "nonumber"
+ },
+ {
+ "name": "kill"
+ },
+ {
+ "name": "tiny"
+ },
+ {
+ "name": "scriptsize"
+ },
+ {
+ "name": "footnotesize"
+ },
+ {
+ "name": "small"
+ },
+ {
+ "name": "normalsize"
+ },
+ {
+ "name": "large"
+ },
+ {
+ "name": "Large"
+ },
+ {
+ "name": "LARGE"
+ },
+ {
+ "name": "huge"
+ },
+ {
+ "name": "Huge"
+ },
+ {
+ "name": "raggedleft"
+ },
+ {
+ "name": "raggedright"
+ },
+ {
+ "name": "centering"
+ },
+ {
+ "name": "cline",
+ "arg": {
+ "format": "{}",
+ "snippet": "cline{${1:x}-${2:y}}"
+ }
+ },
+ {
+ "name": "hline"
+ },
+ {
+ "name": "text",
+ "arg": {
+ "format": "{}",
+ "snippet": "text{$1}"
+ }
+ },
+ {
+ "name": "sqrt",
+ "arg": {
+ "format": "{}",
+ "snippet": "sqrt{$1}"
+ },
+ "detail": "√, shortcut @2"
+ },
+ {
+ "name": "frac",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "frac{$1}{$2}"
+ },
+ "detail": "Insert fraction, shortcuts @/ or @%"
+ },
+ {
+ "name": "bar",
+ "arg": {
+ "format": "{}",
+ "snippet": "bar{$1}"
+ },
+ "detail": "¯, shortcut @_"
+ },
+ {
+ "name": "alpha"
+ },
+ {
+ "name": "beta"
+ },
+ {
+ "name": "chi"
+ },
+ {
+ "name": "delta"
+ },
+ {
+ "name": "epsilon"
+ },
+ {
+ "name": "varepsilon"
+ },
+ {
+ "name": "eta"
+ },
+ {
+ "name": "gamma"
+ },
+ {
+ "name": "iota"
+ },
+ {
+ "name": "kappa"
+ },
+ {
+ "name": "lambda"
+ },
+ {
+ "name": "mu"
+ },
+ {
+ "name": "nu"
+ },
+ {
+ "name": "omega"
+ },
+ {
+ "name": "phi"
+ },
+ {
+ "name": "varphi"
+ },
+ {
+ "name": "pi"
+ },
+ {
+ "name": "varpi"
+ },
+ {
+ "name": "psi"
+ },
+ {
+ "name": "rho"
+ },
+ {
+ "name": "varrho"
+ },
+ {
+ "name": "sigma"
+ },
+ {
+ "name": "varsigma"
+ },
+ {
+ "name": "tau"
+ },
+ {
+ "name": "theta"
+ },
+ {
+ "name": "vartheta"
+ },
+ {
+ "name": "upsilon"
+ },
+ {
+ "name": "xi"
+ },
+ {
+ "name": "zeta"
+ },
+ {
+ "name": "Delta"
+ },
+ {
+ "name": "Gamma"
+ },
+ {
+ "name": "Lambda"
+ },
+ {
+ "name": "Omega"
+ },
+ {
+ "name": "Phi"
+ },
+ {
+ "name": "Pi"
+ },
+ {
+ "name": "Psi"
+ },
+ {
+ "name": "Sigma"
+ },
+ {
+ "name": "Theta"
+ },
+ {
+ "name": "Upsilon"
+ },
+ {
+ "name": "Xi"
+ },
+ {
+ "name": "exists"
+ },
+ {
+ "name": "in"
+ },
+ {
+ "name": "notin"
+ },
+ {
+ "name": "subset"
+ },
+ {
+ "name": "supset"
+ },
+ {
+ "name": "leftarrow"
+ },
+ {
+ "name": "Leftarrow"
+ },
+ {
+ "name": "Leftrightarrow"
+ },
+ {
+ "name": "rightarrow"
+ },
+ {
+ "name": "Rightarrow"
+ },
+ {
+ "name": "infty"
+ },
+ {
+ "name": "div"
+ },
+ {
+ "name": "approx"
+ },
+ {
+ "name": "mid"
+ },
+ {
+ "name": "neg"
+ },
+ {
+ "name": "setminus"
+ },
+ {
+ "name": "sum"
+ },
+ {
+ "name": "prime"
+ },
+ {
+ "name": "geq"
+ },
+ {
+ "name": "partial"
+ },
+ {
+ "name": "pm"
+ },
+ {
+ "name": "times"
+ },
+ {
+ "name": "cap"
+ },
+ {
+ "name": "bigcap"
+ },
+ {
+ "name": "cup"
+ },
+ {
+ "name": "bigcup"
+ },
+ {
+ "name": "vee"
+ },
+ {
+ "name": "prod"
+ },
+ {
+ "name": "circ"
+ },
+ {
+ "name": "wedge"
+ },
+ {
+ "name": "neq"
+ },
+ {
+ "name": "forall"
+ },
+ {
+ "name": "leq"
+ },
+ {
+ "name": "equiv"
+ },
+ {
+ "name": "dot",
+ "arg": {
+ "format": "{}",
+ "snippet": "dot{$1}"
+ },
+ "detail": "˙, shortcut @;"
+ },
+ {
+ "name": "ddot",
+ "arg": {
+ "format": "{}",
+ "snippet": "ddot{$1}"
+ },
+ "detail": "¨, shortcut @: "
+ },
+ {
+ "name": "acute",
+ "arg": {
+ "format": "{}",
+ "snippet": "acute{$1}"
+ },
+ "detail": " ́",
+ "doc": "acute accent"
+ },
+ {
+ "name": "breve",
+ "arg": {
+ "format": "{}",
+ "snippet": "breve{$1}"
+ },
+ "detail": " ̆",
+ "doc": "breve"
+ },
+ {
+ "name": "check",
+ "arg": {
+ "format": "{}",
+ "snippet": "check{$1}"
+ },
+ "detail": " ̌",
+ "doc": "caron"
+ },
+ {
+ "name": "grave",
+ "arg": {
+ "format": "{}",
+ "snippet": "grave{$1}"
+ },
+ "detail": " ̀",
+ "doc": "grave accent"
+ },
+ {
+ "name": "hat",
+ "arg": {
+ "format": "{}",
+ "snippet": "hat{$1}"
+ },
+ "detail": " ̂, shortcut @^",
+ "doc": "circumflex accent"
+ },
+ {
+ "name": "widehat",
+ "arg": {
+ "format": "{}",
+ "snippet": "widehat{$1}"
+ },
+ "detail": " ̂",
+ "doc": "wide circumflex accent"
+ },
+ {
+ "name": "tilde",
+ "arg": {
+ "format": "{}",
+ "snippet": "tilde{$1}"
+ },
+ "detail": " ̃",
+ "doc": "tilde"
+ },
+ {
+ "name": "widetilde",
+ "arg": {
+ "format": "{}",
+ "snippet": "widetilde{$1}"
+ },
+ "detail": " ̃",
+ "doc": "wide tilde"
+ },
+ {
+ "name": "vec",
+ "arg": {
+ "format": "{}",
+ "snippet": "vec{$1}"
+ }
+ },
+ {
+ "name": "addcontentsline",
+ "arg": {
+ "format": "{}{}{}",
+ "snippet": "addcontentsline{${1:file}}{${2:secunit}}{${3:entry}}"
+ }
+ },
+ {
+ "name": "appendix"
+ },
+ {
+ "name": "appendixname"
+ },
+ {
+ "name": "arabic",
+ "arg": {
+ "format": "{}",
+ "snippet": "arabic{${1:counter}}"
+ }
+ },
+ {
+ "name": "ensuremath",
+ "arg": {
+ "format": "{}",
+ "snippet": "ensuremath{${1:text}}"
+ }
+ },
+ {
+ "name": "bibitem",
+ "arg": {
+ "format": "{}",
+ "snippet": "bibitem{${1:citekey}}"
+ }
+ },
+ {
+ "name": "bibitem",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "bibitem[${2:label}]{${1:citekey}}"
+ }
+ },
+ {
+ "name": "caption",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "caption[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "chapter*",
+ "arg": {
+ "format": "{}",
+ "snippet": "chapter*{${1:title}}"
+ }
+ },
+ {
+ "name": "chapter",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "chapter[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "chaptermark",
+ "arg": {
+ "format": "{}",
+ "snippet": "chaptermark{${1:code}}"
+ }
+ },
+ {
+ "name": "chaptername",
+ "arg": {
+ "format": "{}",
+ "snippet": "chaptername{${1:name}}"
+ }
+ },
+ {
+ "name": "cite",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "cite[${2:text}]{${1:keylist}}"
+ }
+ },
+ {
+ "name": "cleardoublepage"
+ },
+ {
+ "name": "clearpage"
+ },
+ {
+ "name": "contentsline",
+ "arg": {
+ "format": "{}{}{}",
+ "snippet": "contentsline{${1:type}}{${2:text}}{${3:page}}"
+ }
+ },
+ {
+ "name": "contentsname",
+ "arg": {
+ "format": "{}",
+ "snippet": "contentsname{${1:name}}"
+ }
+ },
+ {
+ "name": "cdot"
+ },
+ {
+ "name": "cdots"
+ },
+ {
+ "name": "ldots"
+ },
+ {
+ "name": "ddots"
+ },
+ {
+ "name": "documentclass",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "documentclass[${2:options}]{${1:style}}"
+ }
+ },
+ {
+ "name": "fbox",
+ "arg": {
+ "format": "{}",
+ "snippet": "fbox{${1:text}}"
+ }
+ },
+ {
+ "name": "figurename",
+ "arg": {
+ "format": "{}",
+ "snippet": "figurename{${1:name}}"
+ }
+ },
+ {
+ "name": "footnotemark"
+ },
+ {
+ "name": "footnotemark",
+ "arg": {
+ "format": "[]",
+ "snippet": "footnotemark[${1:number}]"
+ }
+ },
+ {
+ "name": "footnotetext",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "footnotetext[${2:number}]{${1:text}}"
+ }
+ },
+ {
+ "name": "footnotetext",
+ "arg": {
+ "format": "{}",
+ "snippet": "footnotetext{${1:text}}"
+ }
+ },
+ {
+ "name": "footnote",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "footnote[${2:number}]{${1:text}}"
+ }
+ },
+ {
+ "name": "glossaryentry",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "glossaryentry{${1:text}}{${2:pagenum}}"
+ }
+ },
+ {
+ "name": "glossary",
+ "arg": {
+ "format": "{}",
+ "snippet": "glossary{${1:text}}"
+ }
+ },
+ {
+ "name": "hlinefill"
+ },
+ {
+ "name": "input",
+ "arg": {
+ "format": "{}",
+ "snippet": "input{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "include",
+ "arg": {
+ "format": "{}",
+ "snippet": "include{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "includegraphics",
+ "arg": {
+ "format": "{}",
+ "snippet": "includegraphics{$1}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "includegraphics",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "includegraphics[${2:options}]{${1:name}}"
+ },
+ "action": "editor.action.triggerSuggest"
+ },
+ {
+ "name": "includeonly",
+ "arg": {
+ "format": "{}",
+ "snippet": "includeonly{${1:filelist}}"
+ }
+ },
+ {
+ "name": "indexname",
+ "arg": {
+ "format": "{}",
+ "snippet": "indexname{${1:name}}"
+ }
+ },
+ {
+ "name": "index",
+ "arg": {
+ "format": "{}",
+ "snippet": "index{${1:entry}}"
+ }
+ },
+ {
+ "name": "inputlineno"
+ },
+ {
+ "name": "item",
+ "arg": {
+ "format": "[]",
+ "snippet": "item[${1:label}]"
+ }
+ },
+ {
+ "name": "itshape"
+ },
+ {
+ "name": "LaTeX"
+ },
+ {
+ "name": "linebreak"
+ },
+ {
+ "name": "linebreak",
+ "arg": {
+ "format": "[]",
+ "snippet": "linebreak[${1:number}]"
+ }
+ },
+ {
+ "name": "makeatletter"
+ },
+ {
+ "name": "makeatother"
+ },
+ {
+ "name": "maketitle"
+ },
+ {
+ "name": "marginpar",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "marginpar[${2:left}]{${1:right}}"
+ }
+ },
+ {
+ "name": "marginpar",
+ "arg": {
+ "format": "{}",
+ "snippet": "marginpar{${1:right}}"
+ }
+ },
+ {
+ "name": "markboth",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "markboth{${1:lefthead}}{${2:righthead}}"
+ }
+ },
+ {
+ "name": "markright",
+ "arg": {
+ "format": "{}",
+ "snippet": "markright{${1:righthead}}"
+ }
+ },
+ {
+ "name": "mbox",
+ "arg": {
+ "format": "{}",
+ "snippet": "mbox{${1:text}}"
+ }
+ },
+ {
+ "name": "newline"
+ },
+ {
+ "name": "newpage"
+ },
+ {
+ "name": "newtheorem",
+ "arg": {
+ "format": "{}[]{}",
+ "snippet": "newtheorem{${1:envname}}[${2:numberedlike}]{${3:caption}}"
+ }
+ },
+ {
+ "name": "newtheorem",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "newtheorem{${1:envname}}{${2:caption}}"
+ }
+ },
+ {
+ "name": "newtheorem",
+ "arg": {
+ "format": "{}{}[]",
+ "snippet": "newtheorem{${1:envname}}{${2:caption}}[${3:within}]"
+ }
+ },
+ {
+ "name": "nocite",
+ "arg": {
+ "format": "{}",
+ "snippet": "nocite{${1:keylist}}"
+ }
+ },
+ {
+ "name": "nolinebreak"
+ },
+ {
+ "name": "nolinebreak",
+ "arg": {
+ "format": "[]",
+ "snippet": "nolinebreak[${1:number}]"
+ }
+ },
+ {
+ "name": "nopagebreak"
+ },
+ {
+ "name": "nopagebreak",
+ "arg": {
+ "format": "[]",
+ "snippet": "nopagebreak[${1:number}]"
+ }
+ },
+ {
+ "name": "underbrace",
+ "arg": {
+ "format": "{}",
+ "snippet": "underbrace{${1:text}}"
+ }
+ },
+ {
+ "name": "overbrace",
+ "arg": {
+ "format": "{}",
+ "snippet": "overbrace{${1:text}}"
+ },
+ "detail": "⏞",
+ "doc": "TOP CURLY BRACKET"
+ },
+ {
+ "name": "overline",
+ "arg": {
+ "format": "{}",
+ "snippet": "overline{${1:text}}"
+ },
+ "detail": " ̅",
+ "doc": "overbar embellishment"
+ },
+ {
+ "name": "pagebreak",
+ "arg": {
+ "format": "[]",
+ "snippet": "pagebreak[${1:number}]"
+ }
+ },
+ {
+ "name": "pagename"
+ },
+ {
+ "name": "pagenumbering",
+ "arg": {
+ "format": "{}",
+ "snippet": "pagenumbering{${1:numstyle}}"
+ }
+ },
+ {
+ "name": "paragraph*",
+ "arg": {
+ "format": "{}",
+ "snippet": "paragraph*{${1:title}}"
+ }
+ },
+ {
+ "name": "paragraph",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "paragraph[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "parbox",
+ "arg": {
+ "format": "[]{}{}",
+ "snippet": "parbox[${3:position}]{${1:width}}{${2:text}}"
+ }
+ },
+ {
+ "name": "parbox",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "parbox{${1:width}}{${2:text}}"
+ }
+ },
+ {
+ "name": "part*",
+ "arg": {
+ "format": "{}",
+ "snippet": "part*{${1:title}}"
+ }
+ },
+ {
+ "name": "part",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "part[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "rule",
+ "arg": {
+ "format": "[]{}{}",
+ "snippet": "rule[${3:lift}]{${1:width}}{${2:thickness}}"
+ }
+ },
+ {
+ "name": "section*",
+ "arg": {
+ "format": "{}",
+ "snippet": "section*{${1:title}}"
+ }
+ },
+ {
+ "name": "section",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "section[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "stackrel",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "stackrel{${1:above}}{${2:under}}"
+ }
+ },
+ {
+ "name": "subparagraph*",
+ "arg": {
+ "format": "{}",
+ "snippet": "subparagraph*{${1:title}}"
+ }
+ },
+ {
+ "name": "subparagraph",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "subparagraph[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "subsection*",
+ "arg": {
+ "format": "{}",
+ "snippet": "subsection*{${1:title}}"
+ }
+ },
+ {
+ "name": "subsection",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "subsection[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "subsubsection*",
+ "arg": {
+ "format": "{}",
+ "snippet": "subsubsection*{${1:title}}"
+ }
+ },
+ {
+ "name": "subsubsection",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "subsubsection[${2:short}]{${1:title}}"
+ }
+ },
+ {
+ "name": "thanks",
+ "arg": {
+ "format": "{}",
+ "snippet": "thanks{${1:text}}"
+ }
+ },
+ {
+ "name": "thispagestyle",
+ "arg": {
+ "format": "{}",
+ "snippet": "thispagestyle{${1:empty/plain/headings/myheadings}}"
+ }
+ },
+ {
+ "name": "usepackage",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "usepackage[${2:options}]{${1:package}}"
+ }
+ },
+ {
+ "name": "newcommand",
+ "arg": {
+ "format": "{}[][]{}",
+ "snippet": "newcommand{${1:cmd}}[${2:args}][${3:default}]{${4:def}}"
+ }
+ },
+ {
+ "name": "newcommand",
+ "arg": {
+ "format": "{}[]{}",
+ "snippet": "newcommand{${1:cmd}}[${2:args}]{${3:def}}"
+ }
+ },
+ {
+ "name": "newcommand",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "newcommand{${1:cmd}}{${2:def}}"
+ }
+ },
+ {
+ "name": "providecommand",
+ "arg": {
+ "format": "{}[][]{}",
+ "snippet": "providecommand{${1:cmd}}[${2:args}][${3:default}]{${4:def}}"
+ }
+ },
+ {
+ "name": "providecommand",
+ "arg": {
+ "format": "{}[]{}",
+ "snippet": "providecommand{${1:cmd}}[${2:args}]{${3:def}}"
+ }
+ },
+ {
+ "name": "providecommand",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "providecommand{${1:cmd}}{${2:def}}"
+ }
+ },
+ {
+ "name": "newenvironment",
+ "arg": {
+ "format": "{}[][]{}{}",
+ "snippet": "newenvironment{${1:nam}}[${2:args}][${3:default}]{${4:begdef}}{${5:enddef}}"
+ }
+ },
+ {
+ "name": "newenvironment",
+ "arg": {
+ "format": "{}[]{}{}",
+ "snippet": "newenvironment{${1:nam}}[${2:args}]{${3:begdef}}{${4:enddef}}"
+ }
+ },
+ {
+ "name": "newenvironment",
+ "arg": {
+ "format": "{}{}{}",
+ "snippet": "newenvironment{${1:name}}{${2:begdef}}{${3:enddef}}"
+ }
+ },
+ {
+ "name": "renewcommand",
+ "arg": {
+ "format": "{}[][]{}",
+ "snippet": "renewcommand{${1:cmd}}[${2:args}][${3:default}]{${4:def}}"
+ }
+ },
+ {
+ "name": "renewcommand",
+ "arg": {
+ "format": "{}[]{}",
+ "snippet": "renewcommand{${1:cmd}}[${2:args}]{${3:def}}"
+ }
+ },
+ {
+ "name": "renewcommand",
+ "arg": {
+ "format": "{}{}",
+ "snippet": "renewcommand{${1:cmd}}{${2:def}}"
+ }
+ },
+ {
+ "name": "renewenvironment",
+ "arg": {
+ "format": "{}[][]{}{}",
+ "snippet": "renewenvironment{${1:name}}[${2:args}][${3:default}]{${4:begdef}}{${5:enddef}}"
+ }
+ },
+ {
+ "name": "renewenvironment",
+ "arg": {
+ "format": "{}[]{}{}",
+ "snippet": "renewenvironment{${1:name}}[${2:args}]{${3:begdef}}{${4:enddef}}"
+ }
+ },
+ {
+ "name": "renewenvironment",
+ "arg": {
+ "format": "{}{}{}",
+ "snippet": "renewenvironment{${1:name}}{${2:begdef}}{${3:enddef}}"
+ }
+ },
+ {
+ "name": "roman",
+ "arg": {
+ "format": "{}",
+ "snippet": "roman{${1:counter}}"
+ }
+ },
+ {
+ "name": "Roman",
+ "arg": {
+ "format": "{}",
+ "snippet": "Roman{${1:counter}}"
+ }
+ },
+ {
+ "name": "framebox",
+ "arg": {
+ "format": "[][]{}",
+ "snippet": "framebox[${2:width}][${3:position}]{${1:text}}"
+ }
+ },
+ {
+ "name": "framebox",
+ "arg": {
+ "format": "[]{}",
+ "snippet": "framebox[${2:width}]{${1:text}}"
+ }
+ },
+ {
+ "name": "listoffigures"
+ },
+ {
+ "name": "listoftables"
+ },
+ {
+ "name": "makeglossary"
+ },
+ {
+ "name": "makeindex"
+ },
+ {
+ "name": "mathbb",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathbb{${1:text}}"
+ }
+ },
+ {
+ "name": "mathbf",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathbf{${1:text}}"
+ }
+ },
+ {
+ "name": "mathcal",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathcal{${1:text}}"
+ }
+ },
+ {
+ "name": "mathds",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathds{${1:text}}"
+ }
+ },
+ {
+ "name": "mathit",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathit{${1:text}}"
+ }
+ },
+ {
+ "name": "mathnormal",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathnormal{${1:text}}"
+ }
+ },
+ {
+ "name": "mathrm",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathrm{${1:text}}"
+ }
+ },
+ {
+ "name": "mathscr",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathscr{${1:text}}"
+ }
+ },
+ {
+ "name": "mathsf",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathsf{${1:text}}"
+ }
+ },
+ {
+ "name": "mathtt",
+ "arg": {
+ "format": "{}",
+ "snippet": "mathtt{${1:text}}"
}
+ },
+ {
+ "name": "displaystyle"
+ }
]
\ No newline at end of file
diff --git a/data/packages/abntcite.json b/data/packages/abntcite.json
index 7c95c71eb..d6b5fa6da 100644
--- a/data/packages/abntcite.json
+++ b/data/packages/abntcite.json
@@ -5,21 +5,21 @@
"name": "citeonline",
"arg": {
"format": "{}",
- "snippet": "{${1:bibid}}"
+ "snippet": "citeonline{${1:bibid}}"
}
},
{
"name": "citeauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:bibid}}"
+ "snippet": "citeauthor{${1:bibid}}"
}
},
{
"name": "citeauthoronline",
"arg": {
"format": "{}",
- "snippet": "{${1:bibid}}"
+ "snippet": "citeauthoronline{${1:bibid}}"
}
},
{
@@ -32,7 +32,7 @@
"name": "citeoptions",
"arg": {
"format": "{}",
- "snippet": "{${1:options}}"
+ "snippet": "citeoptions{${1:options}}"
}
},
{
@@ -42,7 +42,7 @@
"name": "bibtextitlecommand",
"arg": {
"format": "{}{}",
- "snippet": "{${1:entry}}{${2:text}}"
+ "snippet": "bibtextitlecommand{${1:entry}}{${2:text}}"
}
}
],
diff --git a/data/packages/acro.json b/data/packages/acro.json
index 7288f2930..da500ea11 100644
--- a/data/packages/acro.json
+++ b/data/packages/acro.json
@@ -15,7 +15,7 @@
"name": "DeclareAcronym",
"arg": {
"format": "{}{}",
- "snippet": "{${1:id}}{${2:properties%keyvals}}",
+ "snippet": "DeclareAcronym{${1:id}}{${2:properties%keyvals}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c",
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
@@ -27,7 +27,7 @@
"name": "NewAcroPreset",
"arg": {
"format": "{}{}",
- "snippet": "{${1:set name}}{${2:properties%keyvals}}",
+ "snippet": "NewAcroPreset{${1:set name}}{${2:properties%keyvals}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c",
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
@@ -39,7 +39,7 @@
"name": "RenewAcroPreset",
"arg": {
"format": "{}{}",
- "snippet": "{${1:set name}}{${2:properties%keyvals}}",
+ "snippet": "RenewAcroPreset{${1:set name}}{${2:properties%keyvals}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c",
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
@@ -51,7 +51,7 @@
"name": "DeclareAcroPreset",
"arg": {
"format": "{}{}",
- "snippet": "{${1:set name}}{${2:properties%keyvals}}",
+ "snippet": "DeclareAcroPreset{${1:set name}}{${2:properties%keyvals}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c",
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
@@ -63,14 +63,14 @@
"name": "ac",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "ac{${1:id}}"
}
},
{
"name": "ac",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "ac[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -81,14 +81,14 @@
"name": "ac*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "ac*{${1:id}}"
}
},
{
"name": "ac*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "ac*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -99,14 +99,14 @@
"name": "Ac",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Ac{${1:id}}"
}
},
{
"name": "Ac",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Ac[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -117,14 +117,14 @@
"name": "Ac*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Ac*{${1:id}}"
}
},
{
"name": "Ac*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Ac*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -135,14 +135,14 @@
"name": "acp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acp{${1:id}}"
}
},
{
"name": "acp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -153,14 +153,14 @@
"name": "acp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acp*{${1:id}}"
}
},
{
"name": "acp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -171,14 +171,14 @@
"name": "Acp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acp{${1:id}}"
}
},
{
"name": "Acp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -189,14 +189,14 @@
"name": "Acp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acp*{${1:id}}"
}
},
{
"name": "Acp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -207,14 +207,14 @@
"name": "iac",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iac{${1:id}}"
}
},
{
"name": "iac",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iac[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -225,14 +225,14 @@
"name": "iac*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iac*{${1:id}}"
}
},
{
"name": "iac*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iac*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -243,14 +243,14 @@
"name": "Iac",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iac{${1:id}}"
}
},
{
"name": "Iac",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iac[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -261,14 +261,14 @@
"name": "Iac*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iac*{${1:id}}"
}
},
{
"name": "Iac*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iac*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -279,14 +279,14 @@
"name": "acs",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acs{${1:id}}"
}
},
{
"name": "acs",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acs[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -297,14 +297,14 @@
"name": "acs*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acs*{${1:id}}"
}
},
{
"name": "acs*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acs*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -315,14 +315,14 @@
"name": "Acs",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acs{${1:id}}"
}
},
{
"name": "Acs",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acs[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -333,14 +333,14 @@
"name": "Acs*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acs*{${1:id}}"
}
},
{
"name": "Acs*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acs*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -351,14 +351,14 @@
"name": "acsp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acsp{${1:id}}"
}
},
{
"name": "acsp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acsp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -369,14 +369,14 @@
"name": "acsp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acsp*{${1:id}}"
}
},
{
"name": "acsp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acsp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -387,14 +387,14 @@
"name": "Acsp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acsp{${1:id}}"
}
},
{
"name": "Acsp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acsp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -405,14 +405,14 @@
"name": "Acsp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acsp*{${1:id}}"
}
},
{
"name": "Acsp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acsp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -423,14 +423,14 @@
"name": "iacs",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iacs{${1:id}}"
}
},
{
"name": "iacs",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iacs[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -441,14 +441,14 @@
"name": "iacs*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iacs*{${1:id}}"
}
},
{
"name": "iacs*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iacs*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -459,14 +459,14 @@
"name": "Iacs",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iacs{${1:id}}"
}
},
{
"name": "Iacs",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iacs[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -477,14 +477,14 @@
"name": "Iacs*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iacs*{${1:id}}"
}
},
{
"name": "Iacs*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iacs*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -495,14 +495,14 @@
"name": "acl",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acl{${1:id}}"
}
},
{
"name": "acl",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acl[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -513,14 +513,14 @@
"name": "acl*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acl*{${1:id}}"
}
},
{
"name": "acl*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acl*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -531,14 +531,14 @@
"name": "Acl",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acl{${1:id}}"
}
},
{
"name": "Acl",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acl[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -549,14 +549,14 @@
"name": "Acl*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acl*{${1:id}}"
}
},
{
"name": "Acl*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acl*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -567,14 +567,14 @@
"name": "aclp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "aclp{${1:id}}"
}
},
{
"name": "aclp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "aclp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -585,14 +585,14 @@
"name": "aclp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "aclp*{${1:id}}"
}
},
{
"name": "aclp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "aclp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -603,14 +603,14 @@
"name": "Aclp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Aclp{${1:id}}"
}
},
{
"name": "Aclp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Aclp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -621,14 +621,14 @@
"name": "Aclp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Aclp*{${1:id}}"
}
},
{
"name": "Aclp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Aclp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -639,14 +639,14 @@
"name": "iacl",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iacl{${1:id}}"
}
},
{
"name": "iacl",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iacl[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -657,14 +657,14 @@
"name": "iacl*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iacl*{${1:id}}"
}
},
{
"name": "iacl*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iacl*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -675,14 +675,14 @@
"name": "Iacl",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iacl{${1:id}}"
}
},
{
"name": "Iacl",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iacl[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -693,14 +693,14 @@
"name": "Iacl*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iacl*{${1:id}}"
}
},
{
"name": "Iacl*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iacl*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -711,14 +711,14 @@
"name": "aca",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "aca{${1:id}}"
}
},
{
"name": "aca",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "aca[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -729,14 +729,14 @@
"name": "aca*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "aca*{${1:id}}"
}
},
{
"name": "aca*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "aca*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -747,14 +747,14 @@
"name": "Aca",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Aca{${1:id}}"
}
},
{
"name": "Aca",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Aca[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -765,14 +765,14 @@
"name": "Aca*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Aca*{${1:id}}"
}
},
{
"name": "Aca*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Aca*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -783,14 +783,14 @@
"name": "acap",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acap{${1:id}}"
}
},
{
"name": "acap",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acap[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -801,14 +801,14 @@
"name": "acap*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acap*{${1:id}}"
}
},
{
"name": "acap*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acap*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -819,14 +819,14 @@
"name": "Acap",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acap{${1:id}}"
}
},
{
"name": "Acap",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acap[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -837,14 +837,14 @@
"name": "Acap*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acap*{${1:id}}"
}
},
{
"name": "Acap*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acap*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -855,14 +855,14 @@
"name": "iaca",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iaca{${1:id}}"
}
},
{
"name": "iaca",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iaca[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -873,14 +873,14 @@
"name": "iaca*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iaca*{${1:id}}"
}
},
{
"name": "iaca*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iaca*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -891,14 +891,14 @@
"name": "Iaca",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iaca{${1:id}}"
}
},
{
"name": "Iaca",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iaca[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -909,14 +909,14 @@
"name": "Iaca*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iaca*{${1:id}}"
}
},
{
"name": "Iaca*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iaca*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -927,14 +927,14 @@
"name": "acf",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acf{${1:id}}"
}
},
{
"name": "acf",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acf[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -945,14 +945,14 @@
"name": "acf*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acf*{${1:id}}"
}
},
{
"name": "acf*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acf*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -963,14 +963,14 @@
"name": "Acf",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acf{${1:id}}"
}
},
{
"name": "Acf",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acf[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -981,14 +981,14 @@
"name": "Acf*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acf*{${1:id}}"
}
},
{
"name": "Acf*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acf*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -999,14 +999,14 @@
"name": "acfp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acfp{${1:id}}"
}
},
{
"name": "acfp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acfp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1017,14 +1017,14 @@
"name": "acfp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acfp*{${1:id}}"
}
},
{
"name": "acfp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "acfp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1035,14 +1035,14 @@
"name": "Acfp",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acfp{${1:id}}"
}
},
{
"name": "Acfp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acfp[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1053,14 +1053,14 @@
"name": "Acfp*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Acfp*{${1:id}}"
}
},
{
"name": "Acfp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Acfp*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1071,14 +1071,14 @@
"name": "iacf",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iacf{${1:id}}"
}
},
{
"name": "iacf",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iacf[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1089,14 +1089,14 @@
"name": "iacf*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "iacf*{${1:id}}"
}
},
{
"name": "iacf*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "iacf*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1107,14 +1107,14 @@
"name": "Iacf",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iacf{${1:id}}"
}
},
{
"name": "Iacf",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iacf[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1125,14 +1125,14 @@
"name": "Iacf*",
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "Iacf*{${1:id}}"
}
},
{
"name": "Iacf*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:id}}",
+ "snippet": "Iacf*[${2:options%keyvals}]{${1:id}}",
"keys": [
"\\DeclareAcronym#c,\\NewAcroPreset#c,\\RenewAcroPreset#c,\\DeclareAcroPreset#c,\\ac#c,\\ac*#c,\\Ac#c,\\Ac*#c,\\acp#c,\\acp*#c,\\Acp#c,\\Acp*#c,\\iac#c,\\iac*#c,\\Iac#c,\\Iac*#c,\\acs#c,\\acs*#c,\\Acs#c,\\Acs*#c,\\acsp#c,\\acsp*#c,\\Acsp#c,\\Acsp*#c,\\iacs#c,\\iacs*#c,\\Iacs#c,\\Iacs*#c,\\acl#c,\\acl*#c,\\Acl#c,\\Acl*#c,\\aclp#c,\\aclp*#c,\\Aclp#c,\\Aclp*#c,\\iacl#c,\\iacl*#c,\\Iacl#c,\\Iacl*#c,\\aca#c,\\aca*#c,\\Aca#c,\\Aca*#c,\\acap#c,\\acap*#c,\\Acap#c,\\Acap*#c,\\iaca#c,\\iaca*#c,\\Iaca#c,\\Iaca*#c,\\acf#c,\\acf*#c,\\Acf#c,\\Acf*#c,\\acfp#c,\\acfp*#c,\\Acfp#c,\\Acfp*#c,\\iacf#c,\\iacf*#c,\\Iacf#c,\\Iacf*#c"
],
@@ -1143,7 +1143,7 @@
"name": "printacronyms",
"arg": {
"format": "[]",
- "snippet": "[${1:options%keyvals}]",
+ "snippet": "printacronyms[${1:options%keyvals}]",
"keys": [
"\\printacronyms#c"
],
@@ -1154,7 +1154,7 @@
"name": "acsetup",
"arg": {
"format": "{}",
- "snippet": "{${1:options%keyvals}}",
+ "snippet": "acsetup{${1:options%keyvals}}",
"keys": [
"\\acsetup#c"
],
@@ -1186,7 +1186,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:list of token names}}{${2:true}}{${3:false}}"
+ "snippet": "aciftrailing{${1:list of token names}}{${2:true}}{${3:false}}"
}
},
{
@@ -1194,7 +1194,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:list of ids}}"
+ "snippet": "acuse{${1:list of ids}}"
}
},
{
@@ -1206,7 +1206,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:list of ids}}"
+ "snippet": "acreset{${1:list of ids}}"
}
},
{
@@ -1218,7 +1218,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:key%plain}}"
+ "snippet": "acrotranslate{${1:key%plain}}"
}
},
{
@@ -1234,7 +1234,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:code}}"
+ "snippet": "NewAcroTemplate{${1:name}}{${2:code}}"
}
},
{
@@ -1242,7 +1242,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:type}]{${1:name}}{${2:code}}"
+ "snippet": "NewAcroTemplate[${3:type}]{${1:name}}{${2:code}}"
}
},
{
@@ -1250,7 +1250,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:code}}"
+ "snippet": "RenewAcroTemplate{${1:name}}{${2:code}}"
}
},
{
@@ -1258,7 +1258,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:type}]{${1:name}}{${2:code}}"
+ "snippet": "RenewAcroTemplate[${3:type}]{${1:name}}{${2:code}}"
}
},
{
@@ -1266,7 +1266,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:code}}"
+ "snippet": "SetupAcroTemplate{${1:name}}{${2:code}}"
}
},
{
@@ -1274,7 +1274,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:type}]{${1:name}}{${2:code}}"
+ "snippet": "SetupAcroTemplate[${3:type}]{${1:name}}{${2:code}}"
}
},
{
@@ -1282,7 +1282,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:code}}"
+ "snippet": "SetupNextAcroTemplate{${1:name}}{${2:code}}"
}
},
{
@@ -1290,7 +1290,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:type}]{${1:name}}{${2:code}}"
+ "snippet": "SetupNextAcroTemplate[${3:type}]{${1:name}}{${2:code}}"
}
},
{
@@ -1310,7 +1310,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:property}}"
+ "snippet": "acrowrite{${1:property}}"
}
},
{
@@ -1318,7 +1318,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:type}}{${2:text}}"
+ "snippet": "acroformat{${1:type}}{${2:text}}"
}
},
{
@@ -1326,7 +1326,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:property}}"
+ "snippet": "acroshow{${1:property}}"
}
},
{
@@ -1334,7 +1334,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:property}}{${2:true}}{${3:false}}"
+ "snippet": "acroifTF{${1:property}}{${2:true}}{${3:false}}"
}
},
{
@@ -1342,7 +1342,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:property}}{${2:true}}{${3:false}}"
+ "snippet": "acroifT{${1:property}}{${2:true}}{${3:false}}"
}
},
{
@@ -1350,7 +1350,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:property}}{${2:true}}{${3:false}}"
+ "snippet": "acroifF{${1:property}}{${2:true}}{${3:false}}"
}
},
{
@@ -1358,7 +1358,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:property}}{${2:true}}{${3:false}}"
+ "snippet": "acroifbooleanTF{${1:property}}{${2:true}}{${3:false}}"
}
},
{
@@ -1366,7 +1366,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:property}}{${2:true}}{${3:false}}"
+ "snippet": "acroifbooleanT{${1:property}}{${2:true}}{${3:false}}"
}
},
{
@@ -1374,7 +1374,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:property}}{${2:true}}{${3:false}}"
+ "snippet": "acroifbooleanF{${1:property}}{${2:true}}{${3:false}}"
}
},
{
@@ -1382,7 +1382,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:properties}}{${2:true}}{${3:false}}"
+ "snippet": "acroifallTF{${1:properties}}{${2:true}}{${3:false}}"
}
},
{
@@ -1390,7 +1390,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:properties}}{${2:true}}{${3:false}}"
+ "snippet": "acroifallT{${1:properties}}{${2:true}}{${3:false}}"
}
},
{
@@ -1398,7 +1398,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:properties}}{${2:true}}{${3:false}}"
+ "snippet": "acroifallF{${1:properties}}{${2:true}}{${3:false}}"
}
},
{
@@ -1406,7 +1406,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:properties}}{${2:true}}{${3:false}}"
+ "snippet": "acroifanyTF{${1:properties}}{${2:true}}{${3:false}}"
}
},
{
@@ -1414,7 +1414,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:properties}}{${2:true}}{${3:false}}"
+ "snippet": "acroifanyT{${1:properties}}{${2:true}}{${3:false}}"
}
},
{
@@ -1422,7 +1422,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:properties}}{${2:true}}{${3:false}}"
+ "snippet": "acroifanyF{${1:properties}}{${2:true}}{${3:false}}"
}
},
{
@@ -1430,7 +1430,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:tag}}{${2:true}}{${3:false}}"
+ "snippet": "acroiftagTF{${1:tag}}{${2:true}}{${3:false}}"
}
},
{
@@ -1438,7 +1438,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:tag}}{${2:true}}{${3:false}}"
+ "snippet": "acroiftagT{${1:tag}}{${2:true}}{${3:false}}"
}
},
{
@@ -1446,7 +1446,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:tag}}{${2:true}}{${3:false}}"
+ "snippet": "acroiftagF{${1:tag}}{${2:true}}{${3:false}}"
}
},
{
@@ -1454,7 +1454,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifstarredTF{${1:true}}{${2:false}}"
}
},
{
@@ -1462,7 +1462,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifstarredT{${1:true}}{${2:false}}"
}
},
{
@@ -1470,7 +1470,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifstarredF{${1:true}}{${2:false}}"
}
},
{
@@ -1478,7 +1478,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:code}}"
+ "snippet": "AcroPropertiesMap{${1:code}}"
}
},
{
@@ -1486,7 +1486,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:code}}"
+ "snippet": "AcroAcronymsMap{${1:code}}"
}
},
{
@@ -1502,7 +1502,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:id}}{${2:list of properties}}"
+ "snippet": "AcroPropertiesSet{${1:id}}{${2:list of properties}}"
}
},
{
@@ -1510,7 +1510,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifusedTF{${1:true}}{${2:false}}"
}
},
{
@@ -1518,7 +1518,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifusedT{${1:true}}{${2:false}}"
}
},
{
@@ -1526,7 +1526,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifusedF{${1:true}}{${2:false}}"
}
},
{
@@ -1534,7 +1534,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroiffirstTF{${1:true}}{${2:false}}"
}
},
{
@@ -1542,7 +1542,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroiffirstT{${1:true}}{${2:false}}"
}
},
{
@@ -1550,7 +1550,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroiffirstF{${1:true}}{${2:false}}"
}
},
{
@@ -1558,7 +1558,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifsingleTF{${1:true}}{${2:false}}"
}
},
{
@@ -1566,7 +1566,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifsingleT{${1:true}}{${2:false}}"
}
},
{
@@ -1574,7 +1574,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifsingleF{${1:true}}{${2:false}}"
}
},
{
@@ -1586,7 +1586,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifchapterTF{${1:true}}{${2:false}}"
}
},
{
@@ -1594,7 +1594,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifchapterT{${1:true}}{${2:false}}"
}
},
{
@@ -1602,7 +1602,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifchapterF{${1:true}}{${2:false}}"
}
},
{
@@ -1610,7 +1610,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifpagesTF{${1:true}}{${2:false}}"
}
},
{
@@ -1618,7 +1618,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifpagesT{${1:true}}{${2:false}}"
}
},
{
@@ -1626,7 +1626,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:true}}{${2:false}}"
+ "snippet": "acroifpagesF{${1:true}}{${2:false}}"
}
},
{
@@ -1634,7 +1634,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:first}}{${2:range}}"
+ "snippet": "acropages{${1:first}}{${2:range}}"
}
},
{
@@ -1654,7 +1654,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:code}}"
+ "snippet": "acronymsmap{${1:code}}"
}
},
{
@@ -1662,7 +1662,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:code}}{${2:true}}{${3:false}}"
+ "snippet": "acronymsmapTF{${1:code}}{${2:true}}{${3:false}}"
}
},
{
@@ -1670,7 +1670,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:code}}{${2:true}}{${3:false}}"
+ "snippet": "acronymsmapT{${1:code}}{${2:true}}{${3:false}}"
}
},
{
@@ -1678,7 +1678,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:code}}{${2:true}}{${3:false}}"
+ "snippet": "acronymsmapF{${1:code}}{${2:true}}{${3:false}}"
}
},
{
@@ -1690,7 +1690,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:code}}"
+ "snippet": "AcroAddRow{${1:code}}"
}
},
{
@@ -1698,7 +1698,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:package}}"
+ "snippet": "AcroNeedPackage{${1:package}}"
}
},
{
@@ -1710,7 +1710,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:name}}{${2:short default}}{${3:long default}}"
+ "snippet": "DeclareAcroEnding{${1:name}}{${2:short default}}{${3:long default}}"
}
},
{
@@ -1718,7 +1718,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:default}}"
+ "snippet": "DeclareAcroArticle{${1:name}}{${2:default}}"
}
},
{
@@ -1726,7 +1726,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:key%plain}}{${2:language-translation list}}"
+ "snippet": "DeclareAcroTranslation{${1:key%plain}}{${2:language-translation list}}"
}
},
{
@@ -1734,7 +1734,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:key%plain}}{${2:language-translation list}}"
+ "snippet": "AddAcroTranslations{${1:key%plain}}{${2:language-translation list}}"
}
},
{
@@ -1742,7 +1742,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name%specialDef}}"
+ "snippet": "DeclareAcroProperty{${1:name%specialDef}}"
}
},
{
@@ -1750,7 +1750,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name%specialDef}}"
+ "snippet": "DeclareAcroProperty*{${1:name%specialDef}}"
}
},
{
@@ -1758,7 +1758,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name1%specialDef}}{${2:name2}}"
+ "snippet": "DeclareAcroPropertyAlias{${1:name1%specialDef}}{${2:name2}}"
}
},
{
@@ -1766,7 +1766,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name1}}{${2:name2}}"
+ "snippet": "MakeAcroPropertyAlias{${1:name1}}{${2:name2}}"
}
},
{
@@ -1774,7 +1774,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:cmd}}{${2:xargs}}{${3:definition}}"
+ "snippet": "NewAcroCommand{${1:cmd}}{${2:xargs}}{${3:definition}}"
}
},
{
@@ -1782,7 +1782,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:cmd}}{${2:xargs}}{${3:definition}}"
+ "snippet": "RenewAcroCommand{${1:cmd}}{${2:xargs}}{${3:definition}}"
}
},
{
@@ -1790,7 +1790,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:cmd}}{${2:xargs}}{${3:definition}}"
+ "snippet": "DeclareAcroCommand{${1:cmd}}{${2:xargs}}{${3:definition}}"
}
},
{
@@ -1798,7 +1798,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:cmd}}{${2:xargs}}{${3:definition}}"
+ "snippet": "ProvideAcroCommand{${1:cmd}}{${2:xargs}}{${3:definition}}"
}
},
{
@@ -1806,7 +1806,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "UseAcroTemplate{${1:name}}"
}
},
{
@@ -1814,7 +1814,7 @@
"unusual": true,
"arg": {
"format": "[]{}[]",
- "snippet": "[${2:type}]{${1:name}}[${3:argument number}]"
+ "snippet": "UseAcroTemplate[${2:type}]{${1:name}}[${3:argument number}]"
}
},
{
@@ -1850,7 +1850,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:description%text}}"
+ "snippet": "AcroModule{${1:name}}{${2:description%text}}"
}
},
{
@@ -1862,7 +1862,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "AcroStyle{${1:name}}"
}
},
{
@@ -1870,7 +1870,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "AcroMap{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -1878,7 +1878,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:style}}"
+ "snippet": "acroloadstyle{${1:style}}"
}
},
{
@@ -1886,7 +1886,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "acsimple{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -1894,7 +1894,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acfootnote{${1:arg}}"
}
},
{
@@ -1918,7 +1918,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "acrofield{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -1926,7 +1926,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "acroprintfield{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -1934,7 +1934,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:true}}{${4:false}}"
+ "snippet": "acroiffieldTF{${1:arg1}}{${2:arg2}}{${3:true}}{${4:false}}"
}
},
{
@@ -1942,7 +1942,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:true}}{${4:false}}"
+ "snippet": "acroifanyfieldTF{${1:arg1}}{${2:arg2}}{${3:true}}{${4:false}}"
}
},
{
@@ -1950,7 +1950,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:true}}{${4:false}}"
+ "snippet": "acroifallfieldsTF{${1:arg1}}{${2:arg2}}{${3:true}}{${4:false}}"
}
},
{
@@ -1958,7 +1958,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acroifpagefieldTF{${1:arg}}"
}
},
{
@@ -1966,7 +1966,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acroifpropertyTF{${1:arg}}"
}
},
{
@@ -1974,7 +1974,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acroifpropertyT{${1:arg}}"
}
},
{
@@ -1982,7 +1982,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acroifpropertyF{${1:arg}}"
}
},
{
@@ -1990,7 +1990,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:id}}"
+ "snippet": "acshow{${1:id}}"
}
},
{
@@ -1998,7 +1998,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:options}]{${1:id}}"
+ "snippet": "acshow[${2:options}]{${1:id}}"
}
},
{
diff --git a/data/packages/acronym.json b/data/packages/acronym.json
index b57c5c069..f55e27991 100644
--- a/data/packages/acronym.json
+++ b/data/packages/acronym.json
@@ -16,112 +16,112 @@
"name": "ac*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "ac*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Ac*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Ac*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "ac*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "ac*{${1:acronym}}"
}
},
{
"name": "Ac*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Ac*{${1:acronym}}"
}
},
{
"name": "ac",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "ac[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Ac",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Ac[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "ac",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "ac{${1:acronym}}"
}
},
{
"name": "Ac",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Ac{${1:acronym}}"
}
},
{
"name": "acf*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acf*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acf*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acf*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acf*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acf*{${1:acronym}}"
}
},
{
"name": "Acf*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acf*{${1:acronym}}"
}
},
{
"name": "acf",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acf[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acf",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acf[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acf",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acf{${1:acronym}}"
}
},
{
"name": "Acf",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acf{${1:acronym}}"
}
},
{
@@ -129,7 +129,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfa[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -137,7 +137,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acfa[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -145,7 +145,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfa{${1:acronym}}"
}
},
{
@@ -153,7 +153,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acfa{${1:acronym}}"
}
},
{
@@ -161,63 +161,63 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "acffont{${1:text%plain}}"
}
},
{
"name": "acfi*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfi*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acfi*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acfi*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acfi*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfi*{${1:acronym}}"
}
},
{
"name": "Acfi*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acfi*{${1:acronym}}"
}
},
{
"name": "acfi",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfi[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acfi",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acfi[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acfi",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfi{${1:acronym}}"
}
},
{
"name": "Acfi",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acfi{${1:acronym}}"
}
},
{
@@ -225,7 +225,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfia[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -233,7 +233,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acfia[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -241,7 +241,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfia{${1:acronym}}"
}
},
{
@@ -249,49 +249,49 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acfia{${1:acronym}}"
}
},
{
"name": "acfp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfp*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acfp*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfp*{${1:acronym}}"
}
},
{
"name": "acfp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acfp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acfp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acfp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfp{${1:acronym}}"
}
},
{
"name": "Acfp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acfp{${1:acronym}}"
}
},
{
@@ -299,7 +299,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acfpa[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -307,7 +307,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acfpa[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -315,7 +315,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acfpa{${1:acronym}}"
}
},
{
@@ -323,7 +323,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acfpa{${1:acronym}}"
}
},
{
@@ -331,63 +331,63 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "acfsfont{${1:text%plain}}"
}
},
{
"name": "acl*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acl*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acl*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acl*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acl*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acl*{${1:acronym}}"
}
},
{
"name": "Acl*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acl*{${1:acronym}}"
}
},
{
"name": "acl",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acl[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acl",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acl[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acl",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acl{${1:acronym}}"
}
},
{
"name": "Acl",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acl{${1:acronym}}"
}
},
{
@@ -395,119 +395,119 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "aclabelfont{${1:text%plain}}"
}
},
{
"name": "aclp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "aclp*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Aclp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Aclp*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "aclp*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "aclp*{${1:acronym}}"
}
},
{
"name": "Aclp*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Aclp*{${1:acronym}}"
}
},
{
"name": "aclp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "aclp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Aclp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Aclp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "aclp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "aclp{${1:acronym}}"
}
},
{
"name": "Aclp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Aclp{${1:acronym}}"
}
},
{
"name": "aclu*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "aclu*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Aclu*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Aclu*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "aclu*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "aclu*{${1:acronym}}"
}
},
{
"name": "Aclu*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Aclu*{${1:acronym}}"
}
},
{
"name": "aclu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "aclu[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Aclu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Aclu[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "aclu",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "aclu{${1:acronym}}"
}
},
{
"name": "Aclu",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Aclu{${1:acronym}}"
}
},
{
@@ -515,7 +515,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "aclua[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -523,7 +523,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Aclua[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -531,7 +531,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "aclua{${1:acronym}}"
}
},
{
@@ -539,63 +539,63 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Aclua{${1:acronym}}"
}
},
{
"name": "acp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acp*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acp*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acp*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acp*{${1:acronym}}"
}
},
{
"name": "Acp*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acp*{${1:acronym}}"
}
},
{
"name": "acp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "Acp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acp{${1:acronym}}"
}
},
{
"name": "Acp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Acp{${1:acronym}}"
}
},
{
@@ -605,105 +605,105 @@
"name": "acro",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:acronym}}[${3:short name}]{${2:full name}}"
+ "snippet": "acro{${1:acronym}}[${3:short name}]{${2:full name}}"
}
},
{
"name": "acro",
"arg": {
"format": "{}{}",
- "snippet": "{${1:acronym}}{${2:full name}}"
+ "snippet": "acro{${1:acronym}}{${2:full name}}"
}
},
{
"name": "acrodef",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:acronym}}[${3:short name}]{${2:full name}}"
+ "snippet": "acrodef{${1:acronym}}[${3:short name}]{${2:full name}}"
}
},
{
"name": "acrodef",
"arg": {
"format": "{}{}",
- "snippet": "{${1:acronym}}{${2:full name}}"
+ "snippet": "acrodef{${1:acronym}}{${2:full name}}"
}
},
{
"name": "acrodefindefinite",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:acronym}}{${2:short indefinite article}}{${3:long indefinite article}}"
+ "snippet": "acrodefindefinite{${1:acronym}}{${2:short indefinite article}}{${3:long indefinite article}}"
}
},
{
"name": "acrodefplural",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:acronym}}[${3:short plural name}]{${2:full plural name}}"
+ "snippet": "acrodefplural{${1:acronym}}[${3:short plural name}]{${2:full plural name}}"
}
},
{
"name": "acrodefplural",
"arg": {
"format": "{}{}",
- "snippet": "{${1:acronym}}{${2:full plural name}}"
+ "snippet": "acrodefplural{${1:acronym}}{${2:full plural name}}"
}
},
{
"name": "acroextra",
"arg": {
"format": "{}",
- "snippet": "{${1:additional info}}"
+ "snippet": "acroextra{${1:additional info}}"
}
},
{
"name": "acroindefinite",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:acronym}}{${2:short indefinite article}}{${3:long indefinite article}}"
+ "snippet": "acroindefinite{${1:acronym}}{${2:short indefinite article}}{${3:long indefinite article}}"
}
},
{
"name": "acroplural",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:acronym}}[${3:short plural name}]{${2:full plural name}}"
+ "snippet": "acroplural{${1:acronym}}[${3:short plural name}]{${2:full plural name}}"
}
},
{
"name": "acroplural",
"arg": {
"format": "{}{}",
- "snippet": "{${1:acronym}}{${2:full plural name}}"
+ "snippet": "acroplural{${1:acronym}}{${2:full plural name}}"
}
},
{
"name": "acs*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acs*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acs*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acs*{${1:acronym}}"
}
},
{
"name": "acs",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acs[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acs",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acs{${1:acronym}}"
}
},
{
@@ -711,35 +711,35 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "acsfont{${1:text%plain}}"
}
},
{
"name": "acsp*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acsp*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acsp*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acsp*{${1:acronym}}"
}
},
{
"name": "acsp",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acsp[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acsp",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acsp{${1:acronym}}"
}
},
{
@@ -747,7 +747,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acspa[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -755,35 +755,35 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acspa{${1:acronym}}"
}
},
{
"name": "acsu*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acsu*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acsu*",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acsu*{${1:acronym}}"
}
},
{
"name": "acsu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acsu[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acsu",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acsu{${1:acronym}}"
}
},
{
@@ -791,7 +791,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:linebreak penalty}]{${1:acronym}}"
+ "snippet": "acsua[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
@@ -799,77 +799,77 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acsua{${1:acronym}}"
}
},
{
"name": "acused",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "acused{${1:acronym}}"
}
},
{
"name": "iac",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "iac{${1:acronym}}"
}
},
{
"name": "iac",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "iac{${1:acronym}}"
}
},
{
"name": "Iac",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Iac{${1:acronym}}"
}
},
{
"name": "Iac",
"arg": {
"format": "{}",
- "snippet": "{${1:acronym}}"
+ "snippet": "Iac{${1:acronym}}"
}
},
{
"name": "newacro",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:acronym}}[${3:short name}]{${2:full name}}"
+ "snippet": "newacro{${1:acronym}}[${3:short name}]{${2:full name}}"
}
},
{
"name": "newacro",
"arg": {
"format": "{}{}",
- "snippet": "{${1:acronym}}{${2:full name}}"
+ "snippet": "newacro{${1:acronym}}{${2:full name}}"
}
},
{
"name": "newacroindefinite",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:acronym}}{${2:short indefinite article}}{${3:long indefinite article}}"
+ "snippet": "newacroindefinite{${1:acronym}}{${2:short indefinite article}}{${3:long indefinite article}}"
}
},
{
"name": "newacroplural",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:acronym}}[${3:short plural name}]{${2:full plural name}}"
+ "snippet": "newacroplural{${1:acronym}}[${3:short plural name}]{${2:full plural name}}"
}
},
{
"name": "newacroplural",
"arg": {
"format": "{}{}",
- "snippet": "{${1:acronym}}{${2:full plural name}}"
+ "snippet": "newacroplural{${1:acronym}}{${2:full plural name}}"
}
}
],
diff --git a/data/packages/afterpage.json b/data/packages/afterpage.json
index 2cd30351f..bbc8cfa16 100644
--- a/data/packages/afterpage.json
+++ b/data/packages/afterpage.json
@@ -5,7 +5,7 @@
"name": "afterpage",
"arg": {
"format": "{}",
- "snippet": "{${1:command%plain}}"
+ "snippet": "afterpage{${1:command%plain}}"
}
},
{
@@ -13,7 +13,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:contents}}"
+ "snippet": "addboxcontents{${1:contents}}"
}
}
],
diff --git a/data/packages/algorithm2e.json b/data/packages/algorithm2e.json
index ee61d5a0d..cb725b02a 100644
--- a/data/packages/algorithm2e.json
+++ b/data/packages/algorithm2e.json
@@ -39,21 +39,21 @@
"name": "SetAlgorithmName",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:name}}{${2:autoref name}}{${3:listofalgorithms name}}"
+ "snippet": "SetAlgorithmName{${1:name}}{${2:autoref name}}{${3:listofalgorithms name}}"
}
},
{
"name": "SetAlgoProcName",
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:autoref name}}"
+ "snippet": "SetAlgoProcName{${1:name}}{${2:autoref name}}"
}
},
{
"name": "SetAlgoFuncName",
"arg": {
"format": "{}{}",
- "snippet": "{${1:name}}{${2:autoref name}}"
+ "snippet": "SetAlgoFuncName{${1:name}}{${2:autoref name}}"
}
},
{
@@ -70,7 +70,7 @@
"name": "SetStartEndCondition",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:typo1}}{${2:typo2}}{${3:typo3}}"
+ "snippet": "SetStartEndCondition{${1:typo1}}{${2:typo2}}{${3:typo3}}"
}
},
{
@@ -89,7 +89,7 @@
"name": "SetAlgoBlockMarkers",
"arg": {
"format": "{}{}",
- "snippet": "{${1:begin keywords}}{${2:end keywords}}"
+ "snippet": "SetAlgoBlockMarkers{${1:begin keywords}}{${2:end keywords}}"
}
},
{
@@ -99,35 +99,35 @@
"name": "TitleOfAlgo",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "TitleOfAlgo{${1:text}}"
}
},
{
"name": "SetAlgoRefName",
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "SetAlgoRefName{${1:text%plain}}"
}
},
{
"name": "SetAlgoRefRelativeSize",
"arg": {
"format": "{}",
- "snippet": "{${1:integer}}"
+ "snippet": "SetAlgoRefRelativeSize{${1:integer}}"
}
},
{
"name": "SetAlgoCaptionSeparator",
"arg": {
"format": "{}",
- "snippet": "{${1:separator}}"
+ "snippet": "SetAlgoCaptionSeparator{${1:separator}}"
}
},
{
"name": "SetCustomAlgoRuledWidth",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "SetCustomAlgoRuledWidth{${1:length}}"
}
},
{
@@ -138,21 +138,21 @@
"name": "SetAlCapSkip",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "SetAlCapSkip{${1:length}}"
}
},
{
"name": "SetAlCapHSkip",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "SetAlCapHSkip{${1:length}}"
}
},
{
"name": "SetTitleSty",
"arg": {
"format": "{}{}",
- "snippet": "{${1:type style}}{${2:type size}}"
+ "snippet": "SetTitleSty{${1:type style}}{${2:type size}}"
}
},
{
@@ -160,7 +160,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "TitleSty{${1:text}}"
}
},
{
@@ -173,7 +173,7 @@
"name": "SetAlgoCaptionLayout",
"arg": {
"format": "{}",
- "snippet": "{${1:style csname}}"
+ "snippet": "SetAlgoCaptionLayout{${1:style csname}}"
}
},
{
@@ -193,7 +193,7 @@
"name": "nllabel",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "nllabel{${1:label}}"
}
},
{
@@ -205,14 +205,14 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "lnl{${1:label}}"
}
},
{
"name": "nlset",
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "nlset{${1:text%plain}}"
}
},
{
@@ -220,7 +220,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:text%plain}}{${2:label}}"
+ "snippet": "lnlset{${1:text%plain}}{${2:label}}"
}
},
{
@@ -231,28 +231,28 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "ShowLnLabel{${1:text%plain}}"
}
},
{
"name": "SetNlSty",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:font csname}}{${2:text before}}{${3:text after}}"
+ "snippet": "SetNlSty{${1:font csname}}{${2:text before}}{${3:text after}}"
}
},
{
"name": "SetNlSkip",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "SetNlSkip{${1:length}}"
}
},
{
"name": "SetAlgoNlRelativeSize",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "SetAlgoNlRelativeSize{${1:number}}"
}
},
{
@@ -264,7 +264,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "KwSty{${1:text}}"
}
},
{
@@ -272,7 +272,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "FuncSty{${1:text}}"
}
},
{
@@ -280,7 +280,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "FuncArgSty{${1:text}}"
}
},
{
@@ -288,7 +288,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ProgSty{${1:text}}"
}
},
{
@@ -296,7 +296,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ArgSty{${1:text}}"
}
},
{
@@ -304,7 +304,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "DataSty{${1:text}}"
}
},
{
@@ -312,7 +312,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "CommentSty{${1:text}}"
}
},
{
@@ -320,7 +320,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "NlSty{${1:text}}"
}
},
{
@@ -328,7 +328,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ProcNameSty{${1:text}}"
}
},
{
@@ -340,7 +340,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ProcArgSty{${1:text}}"
}
},
{
@@ -352,7 +352,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "BlockMarkersSty{${1:text}}"
}
},
{
@@ -360,7 +360,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "AlCapSty{${1:text}}"
}
},
{
@@ -368,7 +368,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "AlCapNameSty{${1:text}}"
}
},
{
@@ -384,7 +384,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ProcSty{${1:text}}"
}
},
{
@@ -400,7 +400,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "AlTitleSty{${1:text}}"
}
},
{
@@ -411,154 +411,154 @@
"name": "SetAlFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlFnt{${1:font csname}}"
}
},
{
"name": "SetKwSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetKwSty{${1:font csname}}"
}
},
{
"name": "SetFuncSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetFuncSty{${1:font csname}}"
}
},
{
"name": "SetFuncArgSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetFuncArgSty{${1:font csname}}"
}
},
{
"name": "SetProgSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProgSty{${1:font csname}}"
}
},
{
"name": "SetArgSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetArgSty{${1:font csname}}"
}
},
{
"name": "SetDataSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetDataSty{${1:font csname}}"
}
},
{
"name": "SetCommentSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetCommentSty{${1:font csname}}"
}
},
{
"name": "SetProcNameSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProcNameSty{${1:font csname}}"
}
},
{
"name": "SetProcArgSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProcArgSty{${1:font csname}}"
}
},
{
"name": "SetBlockMarkersSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetBlockMarkersSty{${1:font csname}}"
}
},
{
"name": "SetAlCapFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlCapFnt{${1:font csname}}"
}
},
{
"name": "SetAlCapNameFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlCapNameFnt{${1:font csname}}"
}
},
{
"name": "SetAlTitleFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlTitleFnt{${1:font csname}}"
}
},
{
"name": "SetAlCapSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlCapSty{${1:font csname}}"
}
},
{
"name": "SetAlCapNameSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlCapNameSty{${1:font csname}}"
}
},
{
"name": "SetAlTitleSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetAlTitleSty{${1:font csname}}"
}
},
{
"name": "SetProcFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProcFnt{${1:font csname}}"
}
},
{
"name": "SetProcNameFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProcNameFnt{${1:font csname}}"
}
},
{
"name": "SetProcSty",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProcSty{${1:font csname}}"
}
},
{
"name": "SetProcArgFnt",
"arg": {
"format": "{}",
- "snippet": "{${1:font csname}}"
+ "snippet": "SetProcArgFnt{${1:font csname}}"
}
},
{
"name": "RestyleAlgo",
"arg": {
"format": "{}",
- "snippet": "{${1:style%keyvals}}",
+ "snippet": "RestyleAlgo{${1:style%keyvals}}",
"keys": [
"\\RestyleAlgo"
],
@@ -587,35 +587,35 @@
"name": "SetInd",
"arg": {
"format": "{}{}",
- "snippet": "{${1:before space%l}}{${2:after space%l}}"
+ "snippet": "SetInd{${1:before space%l}}{${2:after space%l}}"
}
},
{
"name": "SetAlgoHangIndent",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "SetAlgoHangIndent{${1:length}}"
}
},
{
"name": "SetVlineSkip",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "SetVlineSkip{${1:length}}"
}
},
{
"name": "SetAlgoSkip",
"arg": {
"format": "{}",
- "snippet": "{${1:skip csname}}"
+ "snippet": "SetAlgoSkip{${1:skip csname}}"
}
},
{
"name": "SetAlgoInsideSkip",
"arg": {
"format": "{}",
- "snippet": "{${1:skip csname}}"
+ "snippet": "SetAlgoInsideSkip{${1:skip csname}}"
}
},
{
@@ -626,14 +626,14 @@
"name": "IncMargin",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "IncMargin{${1:length}}"
}
},
{
"name": "DecMargin",
"arg": {
"format": "{}",
- "snippet": "{${1:length}}"
+ "snippet": "DecMargin{${1:length}}"
}
},
{
@@ -665,7 +665,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwIn{${1:input}}"
}
},
{
@@ -673,7 +673,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:output}}"
+ "snippet": "KwOut{${1:output}}"
}
},
{
@@ -681,7 +681,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwData{${1:input}}"
}
},
{
@@ -689,7 +689,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwHData{${1:input}}"
}
},
{
@@ -697,7 +697,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:output}}"
+ "snippet": "KwResult{${1:output}}"
}
},
{
@@ -709,7 +709,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:value}}"
+ "snippet": "KwRet{${1:value}}"
}
},
{
@@ -717,7 +717,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:value}}"
+ "snippet": "Return{${1:value}}"
}
},
{
@@ -725,7 +725,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:block inside}}"
+ "snippet": "Begin{${1:block inside}}"
}
},
{
@@ -733,7 +733,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:begin comment}){${1:block inside}}"
+ "snippet": "Begin(${2:begin comment}){${1:block inside}}"
}
},
{
@@ -741,7 +741,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:comments%text}}"
+ "snippet": "tcc{${1:comments%text}}"
}
},
{
@@ -749,7 +749,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:comments%text}}"
+ "snippet": "tcc*{${1:comments%text}}"
}
},
{
@@ -757,7 +757,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:alignment}]{${1:comments%text}}"
+ "snippet": "tcc*[${2:alignment}]{${1:comments%text}}"
}
},
{
@@ -765,7 +765,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:comments%text}}"
+ "snippet": "tcp{${1:comments%text}}"
}
},
{
@@ -773,7 +773,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:comments%text}}"
+ "snippet": "tcp*{${1:comments%text}}"
}
},
{
@@ -781,7 +781,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:alignment}]{${1:comments%text}}"
+ "snippet": "tcp*[${2:alignment}]{${1:comments%text}}"
}
},
{
@@ -789,7 +789,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "If{${1:condition}}{${2:then block}}"
}
},
{
@@ -797,7 +797,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:then comment}){${1:condition}}{${2:then block}}"
+ "snippet": "If(${3:then comment}){${1:condition}}{${2:then block}}"
}
},
{
@@ -805,7 +805,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uIf{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -813,7 +813,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:then comment}){${1:condition}}{${2:then block without end}}"
+ "snippet": "uIf(${3:then comment}){${1:condition}}{${2:then block without end}}"
}
},
{
@@ -821,7 +821,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lIf{${1:condition}}{${2:then line}}"
}
},
{
@@ -829,7 +829,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:if comment}){${1:condition}}{${2:then line}}"
+ "snippet": "lIf(${3:if comment}){${1:condition}}{${2:then line}}"
}
},
{
@@ -837,7 +837,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:elseif block}}"
+ "snippet": "ElseIf{${1:elseif block}}"
}
},
{
@@ -845,7 +845,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:elseif comment}){${1:elseif block}}"
+ "snippet": "ElseIf(${2:elseif comment}){${1:elseif block}}"
}
},
{
@@ -853,7 +853,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:elseif block without end}}"
+ "snippet": "uElseIf{${1:elseif block without end}}"
}
},
{
@@ -861,7 +861,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:elseif comment}){${1:elseif block without end}}"
+ "snippet": "uElseIf(${2:elseif comment}){${1:elseif block without end}}"
}
},
{
@@ -869,7 +869,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:elseif line}}"
+ "snippet": "lElseIf{${1:elseif line}}"
}
},
{
@@ -877,7 +877,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:elseif line}){${1:elseif block}}"
+ "snippet": "lElseif(${2:elseif line}){${1:elseif block}}"
}
},
{
@@ -885,7 +885,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "Else{${1:else block}}"
}
},
{
@@ -893,7 +893,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:else comment}){${1:else block}}"
+ "snippet": "Else(${2:else comment}){${1:else block}}"
}
},
{
@@ -901,7 +901,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without end}}"
+ "snippet": "uElse{${1:else block without end}}"
}
},
{
@@ -909,7 +909,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:else block comment}){${1:else block without end}}"
+ "snippet": "uElse(${2:else block comment}){${1:else block without end}}"
}
},
{
@@ -917,7 +917,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lElse{${1:else line}}"
}
},
{
@@ -925,7 +925,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:else comment}){${1:else line}}"
+ "snippet": "lElse(${2:else comment}){${1:else line}}"
}
},
{
@@ -933,7 +933,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eIf{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -941,7 +941,7 @@
"unusual": true,
"arg": {
"format": "(){}{}(){}",
- "snippet": "(${4:then comment}){${1:condition}}{${2:then block}}(${5:else comment}){${3:else block}}"
+ "snippet": "eIf(${4:then comment}){${1:condition}}{${2:then block}}(${5:else comment}){${3:else block}}"
}
},
{
@@ -949,7 +949,7 @@
"unusual": true,
"arg": {
"format": "(){}{}{}",
- "snippet": "(${4:then comment}){${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eIf(${4:then comment}){${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -957,7 +957,7 @@
"unusual": true,
"arg": {
"format": "{}{}(){}",
- "snippet": "{${1:condition}}{${2:then block}}(${4:else comment}){${3:else block}}"
+ "snippet": "eIf{${1:condition}}{${2:then block}}(${4:else comment}){${3:else block}}"
}
},
{
@@ -965,7 +965,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then line}}{${3:else line}}"
+ "snippet": "leIf{${1:condition}}{${2:then line}}{${3:else line}}"
}
},
{
@@ -973,7 +973,7 @@
"unusual": true,
"arg": {
"format": "(){}{}{}",
- "snippet": "(${4:comment}){${1:condition}}{${2:then line}}{${3:else line}}"
+ "snippet": "leIf(${4:comment}){${1:condition}}{${2:then line}}{${3:else line}}"
}
},
{
@@ -981,7 +981,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:switch comment}){${1:condition}}{${2:switch block}}"
+ "snippet": "Switch(${3:switch comment}){${1:condition}}{${2:switch block}}"
}
},
{
@@ -989,7 +989,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:switch block}}"
+ "snippet": "Switch{${1:condition}}{${2:switch block}}"
}
},
{
@@ -997,7 +997,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case block}}"
+ "snippet": "Case{${1:case}}{${2:case block}}"
}
},
{
@@ -1005,7 +1005,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:case comment}){${1:case}}{${2:case block}}"
+ "snippet": "Case(${3:case comment}){${1:case}}{${2:case block}}"
}
},
{
@@ -1013,7 +1013,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case block without end}}"
+ "snippet": "uCase{${1:case}}{${2:case block without end}}"
}
},
{
@@ -1021,7 +1021,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:case comment}){${1:case}}{${2:case block without end}}"
+ "snippet": "uCase(${3:case comment}){${1:case}}{${2:case block without end}}"
}
},
{
@@ -1029,7 +1029,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case line}}"
+ "snippet": "lCase{${1:case}}{${2:case line}}"
}
},
{
@@ -1037,7 +1037,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:case comment}){${1:case}}{${2:case line}}"
+ "snippet": "lCase(${3:case comment}){${1:case}}{${2:case line}}"
}
},
{
@@ -1045,7 +1045,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise block}}"
+ "snippet": "Other{${1:otherwise block}}"
}
},
{
@@ -1053,7 +1053,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:other comment}){${1:otherwise block}}"
+ "snippet": "Other(${2:other comment}){${1:otherwise block}}"
}
},
{
@@ -1061,7 +1061,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise text}}"
+ "snippet": "uOther{${1:otherwise text}}"
}
},
{
@@ -1069,7 +1069,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:other comment}){${1:otherwise text}}"
+ "snippet": "uOther(${2:other comment}){${1:otherwise text}}"
}
},
{
@@ -1077,7 +1077,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise line}}"
+ "snippet": "lOther{${1:otherwise line}}"
}
},
{
@@ -1085,7 +1085,7 @@
"unusual": true,
"arg": {
"format": "(){}",
- "snippet": "(${2:other comment}){${1:otherwise line}}"
+ "snippet": "lOther(${2:other comment}){${1:otherwise line}}"
}
},
{
@@ -1093,7 +1093,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:for block}}"
+ "snippet": "For{${1:condition}}{${2:for block}}"
}
},
{
@@ -1101,7 +1101,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:for comment}){${1:condition}}{${2:for block}}"
+ "snippet": "For(${3:for comment}){${1:condition}}{${2:for block}}"
}
},
{
@@ -1109,7 +1109,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:for line}}"
+ "snippet": "lFor{${1:condition}}{${2:for line}}"
}
},
{
@@ -1117,7 +1117,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:for comment}){${1:condition}}{${2:for line}}"
+ "snippet": "lFor(${3:for comment}){${1:condition}}{${2:for line}}"
}
},
{
@@ -1125,7 +1125,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:while block}}"
+ "snippet": "While{${1:condition}}{${2:while block}}"
}
},
{
@@ -1133,7 +1133,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:while comment}){${1:condition}}{${2:while block}}"
+ "snippet": "While(${3:while comment}){${1:condition}}{${2:while block}}"
}
},
{
@@ -1141,7 +1141,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:while line}}"
+ "snippet": "lWhile{${1:condition}}{${2:while line}}"
}
},
{
@@ -1149,7 +1149,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:while comment}){${1:condition}}{${2:while line}}"
+ "snippet": "lWhile(${3:while comment}){${1:condition}}{${2:while line}}"
}
},
{
@@ -1157,7 +1157,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:foreach block}}"
+ "snippet": "ForPar{${1:condition}}{${2:foreach block}}"
}
},
{
@@ -1165,7 +1165,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:foreach comment}){${1:condition}}{${2:foreach block}}"
+ "snippet": "ForPar(${3:foreach comment}){${1:condition}}{${2:foreach block}}"
}
},
{
@@ -1173,7 +1173,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:foreach block}}"
+ "snippet": "ForEach{${1:condition}}{${2:foreach block}}"
}
},
{
@@ -1181,7 +1181,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:foreach comment}){${1:condition}}{${2:foreach block}}"
+ "snippet": "ForEach(${3:foreach comment}){${1:condition}}{${2:foreach block}}"
}
},
{
@@ -1189,7 +1189,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:foreach line}}"
+ "snippet": "lForEach{${1:condition}}{${2:foreach line}}"
}
},
{
@@ -1197,7 +1197,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:foreach comment}){${1:condition}}{${2:foreach line}}"
+ "snippet": "lForEach(${3:foreach comment}){${1:condition}}{${2:foreach line}}"
}
},
{
@@ -1205,7 +1205,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:forall block}}"
+ "snippet": "ForAll{${1:condition}}{${2:forall block}}"
}
},
{
@@ -1213,7 +1213,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:forall comment}){${1:condition}}{${2:forall block}}"
+ "snippet": "ForAll(${3:forall comment}){${1:condition}}{${2:forall block}}"
}
},
{
@@ -1221,7 +1221,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:forall line}}"
+ "snippet": "lForAll{${1:condition}}{${2:forall line}}"
}
},
{
@@ -1229,7 +1229,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:forall comment}){${1:condition}}{${2:forall line}}"
+ "snippet": "lForAll(${3:forall comment}){${1:condition}}{${2:forall line}}"
}
},
{
@@ -1237,7 +1237,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:end condition}}{${2:repeat block}}"
+ "snippet": "Repeat{${1:end condition}}{${2:repeat block}}"
}
},
{
@@ -1245,7 +1245,7 @@
"unusual": true,
"arg": {
"format": "(){}{}()",
- "snippet": "(${3:repeat comment}){${1:end condition}}{${2:repeat block}}(${4:until comment})"
+ "snippet": "Repeat(${3:repeat comment}){${1:end condition}}{${2:repeat block}}(${4:until comment})"
}
},
{
@@ -1253,7 +1253,7 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:repeat comment}){${1:end condition}}{${2:repeat block}}"
+ "snippet": "Repeat(${3:repeat comment}){${1:end condition}}{${2:repeat block}}"
}
},
{
@@ -1261,7 +1261,7 @@
"unusual": true,
"arg": {
"format": "{}{}()",
- "snippet": "{${1:end condition}}{${2:repeat block}}(${3:until comment})"
+ "snippet": "Repeat{${1:end condition}}{${2:repeat block}}(${3:until comment})"
}
},
{
@@ -1269,7 +1269,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:end condition}}{${2:repeat line}}"
+ "snippet": "lRepeat{${1:end condition}}{${2:repeat line}}"
}
},
{
@@ -1277,112 +1277,112 @@
"unusual": true,
"arg": {
"format": "(){}{}",
- "snippet": "(${3:repeat comment}){${1:end condition}}{${2:repeat line}}"
+ "snippet": "lRepeat(${3:repeat comment}){${1:end condition}}{${2:repeat line}}"
}
},
{
"name": "SetKwInput",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKwInput{${1:csname}}{${2:name}}"
}
},
{
"name": "SetKwInOut",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKwInOut{${1:csname}}{${2:name}}"
}
},
{
"name": "ResetInOut",
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "ResetInOut{${1:name}}"
}
},
{
"name": "SetKw",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKw{${1:csname}}{${2:name}}"
}
},
{
"name": "SetKwHangingKw",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKwHangingKw{${1:csname}}{${2:name}}"
}
},
{
"name": "SetKwData",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKwData{${1:csname}}{${2:name}}"
}
},
{
"name": "SetKwArray",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKwArray{${1:csname}}{${2:name}}"
}
},
{
"name": "SetKwBlock",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:csname}}{${2:begin text}}{${3:end text}}"
+ "snippet": "SetKwBlock{${1:csname}}{${2:begin text}}{${3:end text}}"
}
},
{
"name": "SetKwProg",
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:csname}}{${2:name}}{${3:begin text}}{${4:end text}}"
+ "snippet": "SetKwProg{${1:csname}}{${2:name}}{${3:begin text}}{${4:end text}}"
}
},
{
"name": "SetKwFunction",
"arg": {
"format": "{}{}",
- "snippet": "{${1:csname}}{${2:name}}"
+ "snippet": "SetKwFunction{${1:csname}}{${2:name}}"
}
},
{
"name": "SetKwComment",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:csname}}{${2:begin text}}{${3:end text}}"
+ "snippet": "SetKwComment{${1:csname}}{${2:begin text}}{${3:end text}}"
}
},
{
"name": "SetKwIF",
"arg": {
"format": "{}{}{}{}{}{}{}{}",
- "snippet": "{${1:if csname}}{${2:elseif csname}}{${3:else csname}}{${4:if text}}{${5:then text}}{${6:elseif text}}{${7:else text}}{${8:endif text}}"
+ "snippet": "SetKwIF{${1:if csname}}{${2:elseif csname}}{${3:else csname}}{${4:if text}}{${5:then text}}{${6:elseif text}}{${7:else text}}{${8:endif text}}"
}
},
{
"name": "SetKwSwitch",
"arg": {
"format": "{}{}{}{}{}{}{}{}",
- "snippet": "{${1:switch csname}}{${2:case csname}}{${3:other csname}}{${4:switch text}}{${5:do text}}{${6:case text}}{${7:other text}}{${8:endcase text}}"
+ "snippet": "SetKwSwitch{${1:switch csname}}{${2:case csname}}{${3:other csname}}{${4:switch text}}{${5:do text}}{${6:case text}}{${7:other text}}{${8:endcase text}}"
}
},
{
"name": "SetKwFor",
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:csname}}{${2:for text}}{${3:do text}}{${4:endfor text}}"
+ "snippet": "SetKwFor{${1:csname}}{${2:for text}}{${3:do text}}{${4:endfor text}}"
}
},
{
"name": "SetKwRepeat",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:csname}}{${2:repeat text}}{${3:until text}}"
+ "snippet": "SetKwRepeat{${1:csname}}{${2:repeat text}}{${3:until text}}"
}
},
{
@@ -1391,7 +1391,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:données}}"
+ "snippet": "HDonnees{${1:données}}"
}
},
{
@@ -1400,7 +1400,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:données}}"
+ "snippet": "Donnees{${1:données}}"
}
},
{
@@ -1409,7 +1409,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:résultats}}"
+ "snippet": "Res{${1:résultats}}"
}
},
{
@@ -1418,7 +1418,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:entrées}}"
+ "snippet": "Entree{${1:entrées}}"
}
},
{
@@ -1427,7 +1427,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:sorties}}"
+ "snippet": "Sortie{${1:sorties}}"
}
},
{
@@ -1441,7 +1441,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:valeur}}"
+ "snippet": "Retour{${1:valeur}}"
}
},
{
@@ -1450,7 +1450,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:intérieur du bloc}}"
+ "snippet": "Deb{${1:intérieur du bloc}}"
}
},
{
@@ -1459,7 +1459,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition d’arrêt}}{${2:bloc de la boucle}}"
+ "snippet": "Repeter{${1:condition d’arrêt}}{${2:bloc de la boucle}}"
}
},
{
@@ -1468,7 +1468,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du alors}}"
+ "snippet": "Si{${1:condition}}{${2:bloc du alors}}"
}
},
{
@@ -1477,7 +1477,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:bloc du alors}}{${3:bloc du sinon}}"
+ "snippet": "eSi{${1:condition}}{${2:bloc du alors}}{${3:bloc du sinon}}"
}
},
{
@@ -1486,7 +1486,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du alors sans fin}}"
+ "snippet": "uSi{${1:condition}}{${2:bloc du alors sans fin}}"
}
},
{
@@ -1495,7 +1495,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne du alors}}"
+ "snippet": "lSi{${1:condition}}{${2:ligne du alors}}"
}
},
{
@@ -1504,7 +1504,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du sinonsi}}"
+ "snippet": "SinonSi{${1:condition}}{${2:bloc du sinonsi}}"
}
},
{
@@ -1513,7 +1513,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du sinonsi sans fin}}"
+ "snippet": "uSinonSi{${1:condition}}{${2:bloc du sinonsi sans fin}}"
}
},
{
@@ -1522,7 +1522,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du sinonsi sans fin}}"
+ "snippet": "lSinonSi{${1:condition}}{${2:bloc du sinonsi sans fin}}"
}
},
{
@@ -1531,7 +1531,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc du sinon}}"
+ "snippet": "Sinon{${1:bloc du sinon}}"
}
},
{
@@ -1540,7 +1540,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc du sinon sans fin}}"
+ "snippet": "uSinon{${1:bloc du sinon sans fin}}"
}
},
{
@@ -1549,7 +1549,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:ligne du sinon}}"
+ "snippet": "lSinon{${1:ligne du sinon}}"
}
},
{
@@ -1558,7 +1558,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du suivant-cas-alors}}"
+ "snippet": "Suivant{${1:condition}}{${2:bloc du suivant-cas-alors}}"
}
},
{
@@ -1567,7 +1567,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:cas où}}{${2:bloc de ce cas}}"
+ "snippet": "Cas{${1:cas où}}{${2:bloc de ce cas}}"
}
},
{
@@ -1576,7 +1576,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:cas où}}{${2:bloc de ce cas sans fin}}"
+ "snippet": "uCas{${1:cas où}}{${2:bloc de ce cas sans fin}}"
}
},
{
@@ -1585,7 +1585,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:cas où}}{${2:ligne de ce cas}}"
+ "snippet": "lCas{${1:cas où}}{${2:ligne de ce cas}}"
}
},
{
@@ -1594,7 +1594,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc de l’alternative}}"
+ "snippet": "Autre{${1:bloc de l’alternative}}"
}
},
{
@@ -1603,7 +1603,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc de l’alternative}}"
+ "snippet": "lAutre{${1:bloc de l’alternative}}"
}
},
{
@@ -1612,7 +1612,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "Pour{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1621,7 +1621,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPour{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1630,7 +1630,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "PourPar{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1639,7 +1639,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPourPar{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1648,7 +1648,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "PourCh{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1657,7 +1657,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPourCh{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1666,7 +1666,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "PourTous{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1675,7 +1675,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPourTous{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1684,7 +1684,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "Tq{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1693,7 +1693,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lTq{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1702,7 +1702,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:données}}"
+ "snippet": "HDonnees{${1:données}}"
}
},
{
@@ -1711,7 +1711,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:données}}"
+ "snippet": "Donnees{${1:données}}"
}
},
{
@@ -1720,7 +1720,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:résultats}}"
+ "snippet": "Res{${1:résultats}}"
}
},
{
@@ -1729,7 +1729,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:entrées}}"
+ "snippet": "Entree{${1:entrées}}"
}
},
{
@@ -1738,7 +1738,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:sorties}}"
+ "snippet": "Sortie{${1:sorties}}"
}
},
{
@@ -1752,7 +1752,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:valeur}}"
+ "snippet": "Retour{${1:valeur}}"
}
},
{
@@ -1761,7 +1761,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:intérieur du bloc}}"
+ "snippet": "Deb{${1:intérieur du bloc}}"
}
},
{
@@ -1770,7 +1770,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition d’arrêt}}{${2:bloc de la boucle}}"
+ "snippet": "Repeter{${1:condition d’arrêt}}{${2:bloc de la boucle}}"
}
},
{
@@ -1779,7 +1779,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du alors}}"
+ "snippet": "Si{${1:condition}}{${2:bloc du alors}}"
}
},
{
@@ -1788,7 +1788,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:bloc du alors}}{${3:bloc du sinon}}"
+ "snippet": "eSi{${1:condition}}{${2:bloc du alors}}{${3:bloc du sinon}}"
}
},
{
@@ -1797,7 +1797,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du alors sans fin}}"
+ "snippet": "uSi{${1:condition}}{${2:bloc du alors sans fin}}"
}
},
{
@@ -1806,7 +1806,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne du alors}}"
+ "snippet": "lSi{${1:condition}}{${2:ligne du alors}}"
}
},
{
@@ -1815,7 +1815,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du sinonsi}}"
+ "snippet": "SinonSi{${1:condition}}{${2:bloc du sinonsi}}"
}
},
{
@@ -1824,7 +1824,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du sinonsi sans fin}}"
+ "snippet": "uSinonSi{${1:condition}}{${2:bloc du sinonsi sans fin}}"
}
},
{
@@ -1833,7 +1833,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du sinonsi sans fin}}"
+ "snippet": "lSinonSi{${1:condition}}{${2:bloc du sinonsi sans fin}}"
}
},
{
@@ -1842,7 +1842,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc du sinon}}"
+ "snippet": "Sinon{${1:bloc du sinon}}"
}
},
{
@@ -1851,7 +1851,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc du sinon sans fin}}"
+ "snippet": "uSinon{${1:bloc du sinon sans fin}}"
}
},
{
@@ -1860,7 +1860,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:ligne du sinon}}"
+ "snippet": "lSinon{${1:ligne du sinon}}"
}
},
{
@@ -1869,7 +1869,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc du suivant-cas-alors}}"
+ "snippet": "Suivant{${1:condition}}{${2:bloc du suivant-cas-alors}}"
}
},
{
@@ -1878,7 +1878,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:cas où}}{${2:bloc de ce cas}}"
+ "snippet": "Cas{${1:cas où}}{${2:bloc de ce cas}}"
}
},
{
@@ -1887,7 +1887,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:cas où}}{${2:bloc de ce cas sans fin}}"
+ "snippet": "uCas{${1:cas où}}{${2:bloc de ce cas sans fin}}"
}
},
{
@@ -1896,7 +1896,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:cas où}}{${2:ligne de ce cas}}"
+ "snippet": "lCas{${1:cas où}}{${2:ligne de ce cas}}"
}
},
{
@@ -1905,7 +1905,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc de l’alternative}}"
+ "snippet": "Autre{${1:bloc de l’alternative}}"
}
},
{
@@ -1914,7 +1914,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bloc de l’alternative}}"
+ "snippet": "lAutre{${1:bloc de l’alternative}}"
}
},
{
@@ -1923,7 +1923,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "Pour{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1932,7 +1932,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPour{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1941,7 +1941,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "PourPar{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1950,7 +1950,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPourPar{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1959,7 +1959,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "PourCh{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1968,7 +1968,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPourCh{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1977,7 +1977,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "PourTous{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -1986,7 +1986,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lPourTous{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -1995,7 +1995,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:bloc de la boucle}}"
+ "snippet": "Tq{${1:condition}}{${2:bloc de la boucle}}"
}
},
{
@@ -2004,7 +2004,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:ligne de la boucle}}"
+ "snippet": "lTq{${1:condition}}{${2:ligne de la boucle}}"
}
},
{
@@ -2013,7 +2013,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Eingabe}}"
+ "snippet": "Ein{${1:Eingabe}}"
}
},
{
@@ -2022,7 +2022,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Ausgabe}}"
+ "snippet": "Aus{${1:Ausgabe}}"
}
},
{
@@ -2031,7 +2031,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Daten}}"
+ "snippet": "Daten{${1:Daten}}"
}
},
{
@@ -2040,7 +2040,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Ergebnis}}"
+ "snippet": "Ergebnis{${1:Ergebnis}}"
}
},
{
@@ -2049,7 +2049,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bis}}"
+ "snippet": "Bis{${1:bis}}"
}
},
{
@@ -2058,7 +2058,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:zurück}}"
+ "snippet": "KwZurueck{${1:zurück}}"
}
},
{
@@ -2067,7 +2067,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:zurück}}"
+ "snippet": "Zurueck{${1:zurück}}"
}
},
{
@@ -2076,7 +2076,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Beginn}}"
+ "snippet": "Beginn{${1:Beginn}}"
}
},
{
@@ -2085,7 +2085,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:loop}}"
+ "snippet": "Wiederh{${1:stop condition}}{${2:loop}}"
}
},
{
@@ -2094,7 +2094,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line loop}}"
+ "snippet": "lWiederh{${1:stop condition}}{${2:line loop}}"
}
},
{
@@ -2103,7 +2103,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then text}}{${3:else text}}"
+ "snippet": "eWenn{${1:condition}}{${2:then text}}{${3:else text}}"
}
},
{
@@ -2112,7 +2112,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then text}}"
+ "snippet": "Wenn{${1:condition}}{${2:then text}}"
}
},
{
@@ -2121,7 +2121,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then text without end}}"
+ "snippet": "uWenn{${1:condition}}{${2:then text without end}}"
}
},
{
@@ -2130,7 +2130,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lWenn{${1:condition}}{${2:then line}}"
}
},
{
@@ -2139,7 +2139,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif text}}"
+ "snippet": "SonstWenn{${1:condition}}{${2:elseif text}}"
}
},
{
@@ -2148,7 +2148,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif text without end}}"
+ "snippet": "uSonstWenn{${1:condition}}{${2:elseif text without end}}"
}
},
{
@@ -2157,7 +2157,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif line}}"
+ "snippet": "lSonstWenn{${1:condition}}{${2:elseif line}}"
}
},
{
@@ -2166,7 +2166,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else text}}"
+ "snippet": "Sonst{${1:else text}}"
}
},
{
@@ -2175,7 +2175,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else text without end}}"
+ "snippet": "uSonst{${1:else text without end}}"
}
},
{
@@ -2184,7 +2184,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lSonst{${1:else line}}"
}
},
{
@@ -2193,7 +2193,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:switch block}}"
+ "snippet": "Unterscheide{${1:condition}}{${2:switch block}}"
}
},
{
@@ -2202,7 +2202,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case of}}{${2:text}}"
+ "snippet": "Fall{${1:case of}}{${2:text}}"
}
},
{
@@ -2211,7 +2211,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case of}}{${2:text}}"
+ "snippet": "uFall{${1:case of}}{${2:text}}"
}
},
{
@@ -2220,7 +2220,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case of}}{${2:line text}}"
+ "snippet": "lFall{${1:case of}}{${2:line text}}"
}
},
{
@@ -2229,7 +2229,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:default text}}"
+ "snippet": "Anderes{${1:default text}}"
}
},
{
@@ -2238,7 +2238,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:default line}}"
+ "snippet": "lAnderes{${1:default line}}"
}
},
{
@@ -2247,7 +2247,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "Fuer{${1:condition}}{${2:loop}}"
}
},
{
@@ -2256,7 +2256,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line loop}}"
+ "snippet": "lFuer{${1:condition}}{${2:line loop}}"
}
},
{
@@ -2265,7 +2265,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "FuerPar{${1:condition}}{${2:loop}}"
}
},
{
@@ -2274,7 +2274,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lFuerPar{${1:condition}}{${2:line}}"
}
},
{
@@ -2283,7 +2283,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "FuerJedes{${1:condition}}{${2:loop}}"
}
},
{
@@ -2292,7 +2292,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lFuerJedes{${1:condition}}{${2:line}}"
}
},
{
@@ -2301,7 +2301,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "FuerAlle{${1:condition}}{${2:loop}}"
}
},
{
@@ -2310,7 +2310,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lFuerAlle{${1:condition}}{${2:line}}"
}
},
{
@@ -2319,7 +2319,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "Solange{${1:condition}}{${2:loop}}"
}
},
{
@@ -2328,7 +2328,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lSolange{${1:condition}}{${2:line}}"
}
},
{
@@ -2337,7 +2337,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Eingabe}}"
+ "snippet": "Ein{${1:Eingabe}}"
}
},
{
@@ -2346,7 +2346,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Ausgabe}}"
+ "snippet": "Aus{${1:Ausgabe}}"
}
},
{
@@ -2355,7 +2355,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Daten}}"
+ "snippet": "Daten{${1:Daten}}"
}
},
{
@@ -2364,7 +2364,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Ergebnis}}"
+ "snippet": "Ergebnis{${1:Ergebnis}}"
}
},
{
@@ -2373,7 +2373,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:bis}}"
+ "snippet": "Bis{${1:bis}}"
}
},
{
@@ -2382,7 +2382,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:zurück}}"
+ "snippet": "KwZurueck{${1:zurück}}"
}
},
{
@@ -2391,7 +2391,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:zurück}}"
+ "snippet": "Zurueck{${1:zurück}}"
}
},
{
@@ -2400,7 +2400,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Beginn}}"
+ "snippet": "Beginn{${1:Beginn}}"
}
},
{
@@ -2409,7 +2409,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:loop}}"
+ "snippet": "Wiederh{${1:stop condition}}{${2:loop}}"
}
},
{
@@ -2418,7 +2418,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line loop}}"
+ "snippet": "lWiederh{${1:stop condition}}{${2:line loop}}"
}
},
{
@@ -2427,7 +2427,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then text}}{${3:else text}}"
+ "snippet": "eWenn{${1:condition}}{${2:then text}}{${3:else text}}"
}
},
{
@@ -2436,7 +2436,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then text}}"
+ "snippet": "Wenn{${1:condition}}{${2:then text}}"
}
},
{
@@ -2445,7 +2445,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then text without end}}"
+ "snippet": "uWenn{${1:condition}}{${2:then text without end}}"
}
},
{
@@ -2454,7 +2454,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lWenn{${1:condition}}{${2:then line}}"
}
},
{
@@ -2463,7 +2463,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif text}}"
+ "snippet": "SonstWenn{${1:condition}}{${2:elseif text}}"
}
},
{
@@ -2472,7 +2472,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif text without end}}"
+ "snippet": "uSonstWenn{${1:condition}}{${2:elseif text without end}}"
}
},
{
@@ -2481,7 +2481,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif line}}"
+ "snippet": "lSonstWenn{${1:condition}}{${2:elseif line}}"
}
},
{
@@ -2490,7 +2490,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else text}}"
+ "snippet": "Sonst{${1:else text}}"
}
},
{
@@ -2499,7 +2499,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else text without end}}"
+ "snippet": "uSonst{${1:else text without end}}"
}
},
{
@@ -2508,7 +2508,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lSonst{${1:else line}}"
}
},
{
@@ -2517,7 +2517,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:switch block}}"
+ "snippet": "Unterscheide{${1:condition}}{${2:switch block}}"
}
},
{
@@ -2526,7 +2526,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case of}}{${2:text}}"
+ "snippet": "Fall{${1:case of}}{${2:text}}"
}
},
{
@@ -2535,7 +2535,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case of}}{${2:text}}"
+ "snippet": "uFall{${1:case of}}{${2:text}}"
}
},
{
@@ -2544,7 +2544,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case of}}{${2:line text}}"
+ "snippet": "lFall{${1:case of}}{${2:line text}}"
}
},
{
@@ -2553,7 +2553,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:default text}}"
+ "snippet": "Anderes{${1:default text}}"
}
},
{
@@ -2562,7 +2562,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:default line}}"
+ "snippet": "lAnderes{${1:default line}}"
}
},
{
@@ -2571,7 +2571,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "Fuer{${1:condition}}{${2:loop}}"
}
},
{
@@ -2580,7 +2580,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line loop}}"
+ "snippet": "lFuer{${1:condition}}{${2:line loop}}"
}
},
{
@@ -2589,7 +2589,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "FuerPar{${1:condition}}{${2:loop}}"
}
},
{
@@ -2598,7 +2598,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lFuerPar{${1:condition}}{${2:line}}"
}
},
{
@@ -2607,7 +2607,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "FuerJedes{${1:condition}}{${2:loop}}"
}
},
{
@@ -2616,7 +2616,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lFuerJedes{${1:condition}}{${2:line}}"
}
},
{
@@ -2625,7 +2625,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "FuerAlle{${1:condition}}{${2:loop}}"
}
},
{
@@ -2634,7 +2634,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lFuerAlle{${1:condition}}{${2:line}}"
}
},
{
@@ -2643,7 +2643,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop}}"
+ "snippet": "Solange{${1:condition}}{${2:loop}}"
}
},
{
@@ -2652,7 +2652,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line}}"
+ "snippet": "lSolange{${1:condition}}{${2:line}}"
}
},
{
@@ -2661,7 +2661,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "Vst{${1:input}}"
}
},
{
@@ -2670,7 +2670,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "Vyst{${1:input}}"
}
},
{
@@ -2679,7 +2679,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "Vysl{${1:input}}"
}
},
{
@@ -2688,7 +2688,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "Vst{${1:input}}"
}
},
{
@@ -2697,7 +2697,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "Vyst{${1:input}}"
}
},
{
@@ -2706,7 +2706,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "Vysl{${1:input}}"
}
},
{
@@ -2715,7 +2715,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Entrada}}"
+ "snippet": "Entrada{${1:Entrada}}"
}
},
{
@@ -2724,7 +2724,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Saída}}"
+ "snippet": "Saida{${1:Saída}}"
}
},
{
@@ -2733,7 +2733,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Dados}}"
+ "snippet": "Dados{${1:Dados}}"
}
},
{
@@ -2742,7 +2742,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Resultado}}"
+ "snippet": "Resultado{${1:Resultado}}"
}
},
{
@@ -2756,7 +2756,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:val}}"
+ "snippet": "KwRetorna{${1:val}}"
}
},
{
@@ -2765,7 +2765,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:val}}"
+ "snippet": "Retorna{${1:val}}"
}
},
{
@@ -2774,7 +2774,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Inicio{${1:inside block}}"
}
},
{
@@ -2783,7 +2783,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Repita{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -2792,7 +2792,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line of the loop}}"
+ "snippet": "lRepita{${1:stop condition}}{${2:line of the loop}}"
}
},
{
@@ -2801,7 +2801,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eSe{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -2810,7 +2810,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "Se{${1:condition}}{${2:then block}}"
}
},
{
@@ -2819,7 +2819,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uSe{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -2828,7 +2828,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then’s line text}}"
+ "snippet": "lSe{${1:condition}}{${2:then’s line text}}"
}
},
{
@@ -2837,7 +2837,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "Senao{${1:else block}}"
}
},
{
@@ -2846,7 +2846,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without else}}"
+ "snippet": "uSenao{${1:else block without else}}"
}
},
{
@@ -2855,7 +2855,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else’s line text}}"
+ "snippet": "lSenao{${1:else’s line text}}"
}
},
{
@@ -2864,7 +2864,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "SenaoSe{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -2873,7 +2873,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block without end}}"
+ "snippet": "uSenaoSe{${1:condition}}{${2:elseif block without end}}"
}
},
{
@@ -2882,7 +2882,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif’s line text}}"
+ "snippet": "lSenaoSe{${1:condition}}{${2:elseif’s line text}}"
}
},
{
@@ -2891,7 +2891,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:switch block}}"
+ "snippet": "Selec{${1:condition}}{${2:switch block}}"
}
},
{
@@ -2900,7 +2900,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:a case}}{${2:case block}}"
+ "snippet": "Caso{${1:a case}}{${2:case block}}"
}
},
{
@@ -2909,7 +2909,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:a case}}{${2:case block without end}}"
+ "snippet": "uCaso{${1:a case}}{${2:case block without end}}"
}
},
{
@@ -2918,7 +2918,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:a case}}{${2:case’s line}}"
+ "snippet": "lCaso{${1:a case}}{${2:case’s line}}"
}
},
{
@@ -2927,7 +2927,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise block}}"
+ "snippet": "Outro{${1:otherwise block}}"
}
},
{
@@ -2936,7 +2936,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise’s line}}"
+ "snippet": "lOutro{${1:otherwise’s line}}"
}
},
{
@@ -2945,7 +2945,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "Para{${1:condition}}{${2:text loop}}"
}
},
{
@@ -2954,7 +2954,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPara{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -2963,7 +2963,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "ParaPar{${1:condition}}{${2:text loop}}"
}
},
{
@@ -2972,7 +2972,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lParaPar{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -2981,7 +2981,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "ParaCada{${1:condition}}{${2:text loop}}"
}
},
{
@@ -2990,7 +2990,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lParaCada{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -2999,7 +2999,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "ParaTodo{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3008,7 +3008,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lParaTodo{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3017,7 +3017,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Enqto{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3026,7 +3026,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "lEnqto{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3035,7 +3035,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Entrada}}"
+ "snippet": "Entrada{${1:Entrada}}"
}
},
{
@@ -3044,7 +3044,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Saída}}"
+ "snippet": "Saida{${1:Saída}}"
}
},
{
@@ -3053,7 +3053,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Dados}}"
+ "snippet": "Dados{${1:Dados}}"
}
},
{
@@ -3062,7 +3062,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Resultado}}"
+ "snippet": "Resultado{${1:Resultado}}"
}
},
{
@@ -3076,7 +3076,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:val}}"
+ "snippet": "KwRetorna{${1:val}}"
}
},
{
@@ -3085,7 +3085,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:val}}"
+ "snippet": "Retorna{${1:val}}"
}
},
{
@@ -3094,7 +3094,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Inicio{${1:inside block}}"
}
},
{
@@ -3103,7 +3103,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Repita{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3112,7 +3112,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line of the loop}}"
+ "snippet": "lRepita{${1:stop condition}}{${2:line of the loop}}"
}
},
{
@@ -3121,7 +3121,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eSe{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -3130,7 +3130,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "Se{${1:condition}}{${2:then block}}"
}
},
{
@@ -3139,7 +3139,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uSe{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -3148,7 +3148,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then’s line text}}"
+ "snippet": "lSe{${1:condition}}{${2:then’s line text}}"
}
},
{
@@ -3157,7 +3157,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "Senao{${1:else block}}"
}
},
{
@@ -3166,7 +3166,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without else}}"
+ "snippet": "uSenao{${1:else block without else}}"
}
},
{
@@ -3175,7 +3175,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else’s line text}}"
+ "snippet": "lSenao{${1:else’s line text}}"
}
},
{
@@ -3184,7 +3184,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "SenaoSe{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -3193,7 +3193,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block without end}}"
+ "snippet": "uSenaoSe{${1:condition}}{${2:elseif block without end}}"
}
},
{
@@ -3202,7 +3202,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif’s line text}}"
+ "snippet": "lSenaoSe{${1:condition}}{${2:elseif’s line text}}"
}
},
{
@@ -3211,7 +3211,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:switch block}}"
+ "snippet": "Selec{${1:condition}}{${2:switch block}}"
}
},
{
@@ -3220,7 +3220,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:a case}}{${2:case block}}"
+ "snippet": "Caso{${1:a case}}{${2:case block}}"
}
},
{
@@ -3229,7 +3229,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:a case}}{${2:case block without end}}"
+ "snippet": "uCaso{${1:a case}}{${2:case block without end}}"
}
},
{
@@ -3238,7 +3238,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:a case}}{${2:case’s line}}"
+ "snippet": "lCaso{${1:a case}}{${2:case’s line}}"
}
},
{
@@ -3247,7 +3247,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise block}}"
+ "snippet": "Outro{${1:otherwise block}}"
}
},
{
@@ -3256,7 +3256,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise’s line}}"
+ "snippet": "lOutro{${1:otherwise’s line}}"
}
},
{
@@ -3265,7 +3265,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "Para{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3274,7 +3274,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPara{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3283,7 +3283,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "ParaPar{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3292,7 +3292,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lParaPar{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3301,7 +3301,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "ParaCada{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3310,7 +3310,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lParaCada{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3319,7 +3319,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "ParaTodo{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3328,7 +3328,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lParaTodo{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3337,7 +3337,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Enqto{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3346,7 +3346,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "lEnqto{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3355,7 +3355,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Ingresso}}"
+ "snippet": "KwIng{${1:Ingresso}}"
}
},
{
@@ -3364,7 +3364,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Uscita}}"
+ "snippet": "KwUsc{${1:Uscita}}"
}
},
{
@@ -3373,7 +3373,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Dati}}"
+ "snippet": "KwDati{${1:Dati}}"
}
},
{
@@ -3382,7 +3382,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Risultato}}"
+ "snippet": "KwRisult{${1:Risultato}}"
}
},
{
@@ -3396,7 +3396,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:ritorna}}"
+ "snippet": "KwRitorna{${1:ritorna}}"
}
},
{
@@ -3405,7 +3405,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:ritorna}}"
+ "snippet": "Ritorna{${1:ritorna}}"
}
},
{
@@ -3414,7 +3414,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Inizio{${1:inside block}}"
}
},
{
@@ -3423,7 +3423,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Ripeti{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3432,7 +3432,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line of the loop}}"
+ "snippet": "lRipeti{${1:stop condition}}{${2:line of the loop}}"
}
},
{
@@ -3441,7 +3441,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eSea{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -3450,7 +3450,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "Sea{${1:condition}}{${2:then block}}"
}
},
{
@@ -3459,7 +3459,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uSea{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -3468,7 +3468,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then’s line text}}"
+ "snippet": "lSea{${1:condition}}{${2:then’s line text}}"
}
},
{
@@ -3477,7 +3477,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "AltSe{${1:else block}}"
}
},
{
@@ -3486,7 +3486,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without else}}"
+ "snippet": "uAltSe{${1:else block without else}}"
}
},
{
@@ -3495,7 +3495,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else’s line text}}"
+ "snippet": "lAltSe{${1:else’s line text}}"
}
},
{
@@ -3504,7 +3504,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "Altrimenti{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -3513,7 +3513,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block without end}}"
+ "snippet": "uAltrimenti{${1:condition}}{${2:elseif block without end}}"
}
},
{
@@ -3522,7 +3522,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif’s line text}}"
+ "snippet": "lAltrimenti{${1:condition}}{${2:elseif’s line text}}"
}
},
{
@@ -3531,7 +3531,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "Per{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3540,7 +3540,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPer{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3549,7 +3549,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "PerPar{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3558,7 +3558,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPerPar{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3567,7 +3567,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "PerCiascun{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3576,7 +3576,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPerCiascun{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3585,7 +3585,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "PerTutti{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3594,7 +3594,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPerTutti{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3603,7 +3603,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Finche{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3612,7 +3612,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "lFinche{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3621,7 +3621,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Ingresso}}"
+ "snippet": "KwIng{${1:Ingresso}}"
}
},
{
@@ -3630,7 +3630,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Uscita}}"
+ "snippet": "KwUsc{${1:Uscita}}"
}
},
{
@@ -3639,7 +3639,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Dati}}"
+ "snippet": "KwDati{${1:Dati}}"
}
},
{
@@ -3648,7 +3648,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Risultato}}"
+ "snippet": "KwRisult{${1:Risultato}}"
}
},
{
@@ -3662,7 +3662,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:ritorna}}"
+ "snippet": "KwRitorna{${1:ritorna}}"
}
},
{
@@ -3671,7 +3671,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:ritorna}}"
+ "snippet": "Ritorna{${1:ritorna}}"
}
},
{
@@ -3680,7 +3680,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Inizio{${1:inside block}}"
}
},
{
@@ -3689,7 +3689,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Ripeti{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3698,7 +3698,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line of the loop}}"
+ "snippet": "lRipeti{${1:stop condition}}{${2:line of the loop}}"
}
},
{
@@ -3707,7 +3707,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eSea{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -3716,7 +3716,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "Sea{${1:condition}}{${2:then block}}"
}
},
{
@@ -3725,7 +3725,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uSea{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -3734,7 +3734,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then’s line text}}"
+ "snippet": "lSea{${1:condition}}{${2:then’s line text}}"
}
},
{
@@ -3743,7 +3743,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "AltSe{${1:else block}}"
}
},
{
@@ -3752,7 +3752,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without else}}"
+ "snippet": "uAltSe{${1:else block without else}}"
}
},
{
@@ -3761,7 +3761,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else’s line text}}"
+ "snippet": "lAltSe{${1:else’s line text}}"
}
},
{
@@ -3770,7 +3770,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "Altrimenti{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -3779,7 +3779,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block without end}}"
+ "snippet": "uAltrimenti{${1:condition}}{${2:elseif block without end}}"
}
},
{
@@ -3788,7 +3788,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif’s line text}}"
+ "snippet": "lAltrimenti{${1:condition}}{${2:elseif’s line text}}"
}
},
{
@@ -3797,7 +3797,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "Per{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3806,7 +3806,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPer{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3815,7 +3815,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "PerPar{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3824,7 +3824,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPerPar{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3833,7 +3833,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "PerCiascun{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3842,7 +3842,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPerCiascun{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3851,7 +3851,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:text loop}}"
+ "snippet": "PerTutti{${1:condition}}{${2:text loop}}"
}
},
{
@@ -3860,7 +3860,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:line text loop}}"
+ "snippet": "lPerTutti{${1:condition}}{${2:line text loop}}"
}
},
{
@@ -3869,7 +3869,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "Finche{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3878,7 +3878,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:text loop}}"
+ "snippet": "lFinche{${1:stop condition}}{${2:text loop}}"
}
},
{
@@ -3887,7 +3887,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Datos}}"
+ "snippet": "Datos{${1:Datos}}"
}
},
{
@@ -3896,7 +3896,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Resultado}}"
+ "snippet": "Resultado{${1:Resultado}}"
}
},
{
@@ -3905,7 +3905,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Entrada}}"
+ "snippet": "Entrada{${1:Entrada}}"
}
},
{
@@ -3914,7 +3914,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Salida}}"
+ "snippet": "Salida{${1:Salida}}"
}
},
{
@@ -3928,7 +3928,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:value}}"
+ "snippet": "KwDevolver{${1:value}}"
}
},
{
@@ -3937,7 +3937,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:value}}"
+ "snippet": "Devolver{${1:value}}"
}
},
{
@@ -3946,7 +3946,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Inicio{${1:inside block}}"
}
},
{
@@ -3955,7 +3955,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eSSi{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -3964,7 +3964,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "SSi{${1:condition}}{${2:then block}}"
}
},
{
@@ -3973,7 +3973,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uSSi{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -3982,7 +3982,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lSSi{${1:condition}}{${2:then line}}"
}
},
{
@@ -3991,7 +3991,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "EnOtroCasoSi{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -4000,7 +4000,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "uEnOtroCasoSi{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -4009,7 +4009,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif line without end}}"
+ "snippet": "lEnOtroCasoSi{${1:condition}}{${2:elseif line without end}}"
}
},
{
@@ -4018,7 +4018,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "EnOtroCaso{${1:else block}}"
}
},
{
@@ -4027,7 +4027,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without end}}"
+ "snippet": "uEnOtroCaso{${1:else block without end}}"
}
},
{
@@ -4036,7 +4036,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lEnOtroCaso{${1:else line}}"
}
},
{
@@ -4045,7 +4045,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block}}"
+ "snippet": "Seleccionar{${1:seleccionar}}{${2:caso block}}"
}
},
{
@@ -4054,7 +4054,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block without end}}"
+ "snippet": "uSeleccionar{${1:seleccionar}}{${2:caso block without end}}"
}
},
{
@@ -4063,7 +4063,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block}}"
+ "snippet": "Caso{${1:seleccionar}}{${2:caso block}}"
}
},
{
@@ -4072,7 +4072,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso line}}"
+ "snippet": "lCaso{${1:seleccionar}}{${2:caso line}}"
}
},
{
@@ -4081,7 +4081,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:sinó block}}"
+ "snippet": "Otro{${1:sinó block}}"
}
},
{
@@ -4090,7 +4090,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:sinó line}}"
+ "snippet": "lOtro{${1:sinó line}}"
}
},
{
@@ -4099,7 +4099,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Para{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4108,7 +4108,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lPara{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4117,7 +4117,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ParaPara{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4126,7 +4126,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lParaPara{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4135,7 +4135,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "EnParalelo{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4144,7 +4144,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lEnParalelo{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4153,7 +4153,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Mientras{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4162,7 +4162,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lMientras{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4171,7 +4171,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ParaCada{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4180,7 +4180,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lParaCada{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4189,7 +4189,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ParaTodo{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4198,7 +4198,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lParaTodo{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4207,7 +4207,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:loop block}}"
+ "snippet": "Repetir{${1:stop condition}}{${2:loop block}}"
}
},
{
@@ -4216,7 +4216,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line loop}}"
+ "snippet": "lRepetir{${1:stop condition}}{${2:line loop}}"
}
},
{
@@ -4225,7 +4225,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Datos}}"
+ "snippet": "Datos{${1:Datos}}"
}
},
{
@@ -4234,7 +4234,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Resultado}}"
+ "snippet": "Resultado{${1:Resultado}}"
}
},
{
@@ -4243,7 +4243,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Entrada}}"
+ "snippet": "Entrada{${1:Entrada}}"
}
},
{
@@ -4252,7 +4252,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:Salida}}"
+ "snippet": "Salida{${1:Salida}}"
}
},
{
@@ -4266,7 +4266,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:value}}"
+ "snippet": "KwDevolver{${1:value}}"
}
},
{
@@ -4275,7 +4275,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:value}}"
+ "snippet": "Devolver{${1:value}}"
}
},
{
@@ -4284,7 +4284,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Inicio{${1:inside block}}"
}
},
{
@@ -4293,7 +4293,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eSSi{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -4302,7 +4302,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "SSi{${1:condition}}{${2:then block}}"
}
},
{
@@ -4311,7 +4311,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uSSi{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -4320,7 +4320,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lSSi{${1:condition}}{${2:then line}}"
}
},
{
@@ -4329,7 +4329,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "EnOtroCasoSi{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -4338,7 +4338,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "uEnOtroCasoSi{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -4347,7 +4347,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif line without end}}"
+ "snippet": "lEnOtroCasoSi{${1:condition}}{${2:elseif line without end}}"
}
},
{
@@ -4356,7 +4356,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "EnOtroCaso{${1:else block}}"
}
},
{
@@ -4365,7 +4365,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without end}}"
+ "snippet": "uEnOtroCaso{${1:else block without end}}"
}
},
{
@@ -4374,7 +4374,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lEnOtroCaso{${1:else line}}"
}
},
{
@@ -4383,7 +4383,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block}}"
+ "snippet": "Seleccionar{${1:seleccionar}}{${2:caso block}}"
}
},
{
@@ -4392,7 +4392,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block without end}}"
+ "snippet": "uSeleccionar{${1:seleccionar}}{${2:caso block without end}}"
}
},
{
@@ -4401,7 +4401,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block}}"
+ "snippet": "Caso{${1:seleccionar}}{${2:caso block}}"
}
},
{
@@ -4410,7 +4410,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso line}}"
+ "snippet": "lCaso{${1:seleccionar}}{${2:caso line}}"
}
},
{
@@ -4419,7 +4419,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:sinó block}}"
+ "snippet": "Otro{${1:sinó block}}"
}
},
{
@@ -4428,7 +4428,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:sinó line}}"
+ "snippet": "lOtro{${1:sinó line}}"
}
},
{
@@ -4437,7 +4437,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Para{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4446,7 +4446,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lPara{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4455,7 +4455,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ParaPara{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4464,7 +4464,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lParaPara{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4473,7 +4473,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "EnParalelo{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4482,7 +4482,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lEnParalelo{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4491,7 +4491,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Mientras{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4500,7 +4500,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lMientras{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4509,7 +4509,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ParaCada{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4518,7 +4518,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lParaCada{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4527,7 +4527,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ParaTodo{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4536,7 +4536,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lParaTodo{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4545,7 +4545,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:loop block}}"
+ "snippet": "Repetir{${1:stop condition}}{${2:loop block}}"
}
},
{
@@ -4554,7 +4554,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line loop}}"
+ "snippet": "lRepetir{${1:stop condition}}{${2:line loop}}"
}
},
{
@@ -4563,7 +4563,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwUlaz{${1:input}}"
}
},
{
@@ -4572,7 +4572,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwIzlaz{${1:input}}"
}
},
{
@@ -4581,7 +4581,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwPodatci{${1:input}}"
}
},
{
@@ -4590,7 +4590,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwRezultat{${1:input}}"
}
},
{
@@ -4614,7 +4614,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Pocetak{${1:inside block}}"
}
},
{
@@ -4623,7 +4623,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:loop block}}"
+ "snippet": "Ponavljaj{${1:stop condition}}{${2:loop block}}"
}
},
{
@@ -4632,7 +4632,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line loop}}"
+ "snippet": "lPonavljaj{${1:stop condition}}{${2:line loop}}"
}
},
{
@@ -4641,7 +4641,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eAko{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -4650,7 +4650,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "Ako{${1:condition}}{${2:then block}}"
}
},
{
@@ -4659,7 +4659,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uAko{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -4668,7 +4668,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lAko{${1:condition}}{${2:then line}}"
}
},
{
@@ -4677,7 +4677,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "InaceAko{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -4686,7 +4686,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "uInaceAko{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -4695,7 +4695,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif line without end}}"
+ "snippet": "lInaceAko{${1:condition}}{${2:elseif line without end}}"
}
},
{
@@ -4704,7 +4704,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "Inace{${1:else block}}"
}
},
{
@@ -4713,7 +4713,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without end}}"
+ "snippet": "uInace{${1:else block without end}}"
}
},
{
@@ -4722,7 +4722,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lInace{${1:else line}}"
}
},
{
@@ -4731,7 +4731,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:Seleccionar caso block}}"
+ "snippet": "Granaj{${1:condition}}{${2:Seleccionar caso block}}"
}
},
{
@@ -4740,7 +4740,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block without end}}"
+ "snippet": "uGranaj{${1:seleccionar}}{${2:caso block without end}}"
}
},
{
@@ -4749,7 +4749,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case block}}"
+ "snippet": "Slucaj{${1:case}}{${2:case block}}"
}
},
{
@@ -4758,7 +4758,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case block without end}}"
+ "snippet": "uSlucaj{${1:case}}{${2:case block without end}}"
}
},
{
@@ -4767,7 +4767,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case line}}"
+ "snippet": "lSlucaj{${1:case}}{${2:case line}}"
}
},
{
@@ -4776,7 +4776,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise block}}"
+ "snippet": "OstaliSlucajevi{${1:otherwise block}}"
}
},
{
@@ -4785,7 +4785,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise line}}"
+ "snippet": "lOstaliSlucajevi{${1:otherwise line}}"
}
},
{
@@ -4794,7 +4794,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise text}}"
+ "snippet": "uOstaliSlucajevi{${1:otherwise text}}"
}
},
{
@@ -4803,7 +4803,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Za{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4812,7 +4812,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZa{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4821,7 +4821,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaPar{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4830,7 +4830,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaPar{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4839,7 +4839,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSvaki{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4848,7 +4848,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSvaki{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4857,7 +4857,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSvaku{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4866,7 +4866,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSvaku{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4875,7 +4875,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSvako{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4884,7 +4884,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSvako{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4893,7 +4893,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSve{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4902,7 +4902,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSve{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4911,7 +4911,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Dok{${1:condition}}{${2:loop block}}"
}
},
{
@@ -4920,7 +4920,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lDok{${1:condition}}{${2:loop line}}"
}
},
{
@@ -4929,7 +4929,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwUlaz{${1:input}}"
}
},
{
@@ -4938,7 +4938,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwIzlaz{${1:input}}"
}
},
{
@@ -4947,7 +4947,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwPodatci{${1:input}}"
}
},
{
@@ -4956,7 +4956,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:input}}"
+ "snippet": "KwRezultat{${1:input}}"
}
},
{
@@ -4980,7 +4980,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:inside block}}"
+ "snippet": "Pocetak{${1:inside block}}"
}
},
{
@@ -4989,7 +4989,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:loop block}}"
+ "snippet": "Ponavljaj{${1:stop condition}}{${2:loop block}}"
}
},
{
@@ -4998,7 +4998,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:stop condition}}{${2:line loop}}"
+ "snippet": "lPonavljaj{${1:stop condition}}{${2:line loop}}"
}
},
{
@@ -5007,7 +5007,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:condition}}{${2:then block}}{${3:else block}}"
+ "snippet": "eAko{${1:condition}}{${2:then block}}{${3:else block}}"
}
},
{
@@ -5016,7 +5016,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block}}"
+ "snippet": "Ako{${1:condition}}{${2:then block}}"
}
},
{
@@ -5025,7 +5025,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then block without end}}"
+ "snippet": "uAko{${1:condition}}{${2:then block without end}}"
}
},
{
@@ -5034,7 +5034,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:then line}}"
+ "snippet": "lAko{${1:condition}}{${2:then line}}"
}
},
{
@@ -5043,7 +5043,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "InaceAko{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -5052,7 +5052,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif block}}"
+ "snippet": "uInaceAko{${1:condition}}{${2:elseif block}}"
}
},
{
@@ -5061,7 +5061,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:elseif line without end}}"
+ "snippet": "lInaceAko{${1:condition}}{${2:elseif line without end}}"
}
},
{
@@ -5070,7 +5070,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block}}"
+ "snippet": "Inace{${1:else block}}"
}
},
{
@@ -5079,7 +5079,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else block without end}}"
+ "snippet": "uInace{${1:else block without end}}"
}
},
{
@@ -5088,7 +5088,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:else line}}"
+ "snippet": "lInace{${1:else line}}"
}
},
{
@@ -5097,7 +5097,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:Seleccionar caso block}}"
+ "snippet": "Granaj{${1:condition}}{${2:Seleccionar caso block}}"
}
},
{
@@ -5106,7 +5106,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:seleccionar}}{${2:caso block without end}}"
+ "snippet": "uGranaj{${1:seleccionar}}{${2:caso block without end}}"
}
},
{
@@ -5115,7 +5115,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case block}}"
+ "snippet": "Slucaj{${1:case}}{${2:case block}}"
}
},
{
@@ -5124,7 +5124,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case block without end}}"
+ "snippet": "uSlucaj{${1:case}}{${2:case block without end}}"
}
},
{
@@ -5133,7 +5133,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:case}}{${2:case line}}"
+ "snippet": "lSlucaj{${1:case}}{${2:case line}}"
}
},
{
@@ -5142,7 +5142,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise block}}"
+ "snippet": "OstaliSlucajevi{${1:otherwise block}}"
}
},
{
@@ -5151,7 +5151,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise line}}"
+ "snippet": "lOstaliSlucajevi{${1:otherwise line}}"
}
},
{
@@ -5160,7 +5160,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:otherwise text}}"
+ "snippet": "uOstaliSlucajevi{${1:otherwise text}}"
}
},
{
@@ -5169,7 +5169,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Za{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5178,7 +5178,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZa{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5187,7 +5187,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaPar{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5196,7 +5196,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaPar{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5205,7 +5205,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSvaki{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5214,7 +5214,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSvaki{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5223,7 +5223,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSvaku{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5232,7 +5232,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSvaku{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5241,7 +5241,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSvako{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5250,7 +5250,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSvako{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5259,7 +5259,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "ZaSve{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5268,7 +5268,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lZaSve{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5277,7 +5277,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop block}}"
+ "snippet": "Dok{${1:condition}}{${2:loop block}}"
}
},
{
@@ -5286,7 +5286,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:condition}}{${2:loop line}}"
+ "snippet": "lDok{${1:condition}}{${2:loop line}}"
}
},
{
@@ -5362,7 +5362,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "Indentp{${1:arg}}"
}
},
{
@@ -5406,7 +5406,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "SetEndCharOfAlgoLine{${1:arg}}"
}
},
{
diff --git a/data/packages/allrunes.json b/data/packages/allrunes.json
index 44b6836dd..844fa7adf 100644
--- a/data/packages/allrunes.json
+++ b/data/packages/allrunes.json
@@ -285,7 +285,7 @@
"name": "textarc",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textarc{${1:text}}"
}
},
{
@@ -295,7 +295,7 @@
"name": "textara",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textara{${1:text}}"
}
},
{
@@ -305,7 +305,7 @@
"name": "textarn",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textarn{${1:text}}"
}
},
{
@@ -315,7 +315,7 @@
"name": "textart",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textart{${1:text}}"
}
},
{
@@ -325,7 +325,7 @@
"name": "textarl",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textarl{${1:text}}"
}
},
{
@@ -335,7 +335,7 @@
"name": "textarm",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textarm{${1:text}}"
}
},
{
@@ -351,7 +351,7 @@
"name": "textlf",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textlf{${1:text}}"
}
},
{
@@ -361,7 +361,7 @@
"name": "textwil",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textwil{${1:text}}"
}
},
{
@@ -371,7 +371,7 @@
"name": "textwol",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textwol{${1:text}}"
}
},
{
@@ -381,7 +381,7 @@
"name": "textst",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textst{${1:text}}"
}
},
{
@@ -391,7 +391,7 @@
"name": "textcu",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcu{${1:text}}"
}
},
{
@@ -401,7 +401,7 @@
"name": "textro",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textro{${1:text}}"
}
},
{
@@ -411,7 +411,7 @@
"name": "texthi",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "texthi{${1:text}}"
}
},
{
@@ -421,7 +421,7 @@
"name": "textlo",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textlo{${1:text}}"
}
},
{
@@ -431,21 +431,21 @@
"name": "hflip",
"arg": {
"format": "{}",
- "snippet": "{${1:rune}}"
+ "snippet": "hflip{${1:rune}}"
}
},
{
"name": "vflip",
"arg": {
"format": "{}",
- "snippet": "{${1:rune}}"
+ "snippet": "vflip{${1:rune}}"
}
},
{
"name": "turn",
"arg": {
"format": "{}",
- "snippet": "{${1:rune}}"
+ "snippet": "turn{${1:rune}}"
}
},
{
@@ -453,7 +453,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}{}",
- "snippet": "{${1:encoding}}{${2:family}}{${3:series}}{${4:shape}}{${5:loading-info}}"
+ "snippet": "DeclareFontShapeWithSizes{${1:encoding}}{${2:family}}{${3:series}}{${4:shape}}{${5:loading-info}}"
}
},
{
@@ -493,7 +493,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:encoding}}"
+ "snippet": "DeclareRuneSeparators{${1:encoding}}"
}
},
{
diff --git a/data/packages/amsbsy.json b/data/packages/amsbsy.json
index 662080e56..71a8b0f60 100644
--- a/data/packages/amsbsy.json
+++ b/data/packages/amsbsy.json
@@ -9,14 +9,14 @@
"name": "boldsymbol",
"arg": {
"format": "{}",
- "snippet": "{${1:symbol}}"
+ "snippet": "boldsymbol{${1:symbol}}"
}
},
{
"name": "pmb",
"arg": {
"format": "{}",
- "snippet": "{${1:symbol}}"
+ "snippet": "pmb{${1:symbol}}"
}
}
],
diff --git a/data/packages/amsfonts.json b/data/packages/amsfonts.json
index 1a6955972..1485f9a9c 100644
--- a/data/packages/amsfonts.json
+++ b/data/packages/amsfonts.json
@@ -5,7 +5,7 @@
"name": "mathfrak",
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "mathfrak{${1:text%plain}}"
}
},
{
diff --git a/data/packages/amsmath.json b/data/packages/amsmath.json
index da1b75856..98970a101 100644
--- a/data/packages/amsmath.json
+++ b/data/packages/amsmath.json
@@ -18,7 +18,7 @@
"name": "allowdisplaybreaks",
"arg": {
"format": "[]",
- "snippet": "[${1:value}]"
+ "snippet": "allowdisplaybreaks[${1:value}]"
}
},
{
@@ -36,56 +36,56 @@
"name": "binom",
"arg": {
"format": "{}{}",
- "snippet": "{${1:above}}{${2:below}}"
+ "snippet": "binom{${1:above}}{${2:below}}"
}
},
{
"name": "boxed",
"arg": {
"format": "{}",
- "snippet": "{${1:formula}}"
+ "snippet": "boxed{${1:formula}}"
}
},
{
"name": "cfrac",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:align}]{${1:num%:translatable}}{${2:den%:translatable}}"
+ "snippet": "cfrac[${3:align}]{${1:num%:translatable}}{${2:den%:translatable}}"
}
},
{
"name": "cfrac",
"arg": {
"format": "{}{}",
- "snippet": "{${1:num%:translatable}}{${2:den%:translatable}}"
+ "snippet": "cfrac{${1:num%:translatable}}{${2:den%:translatable}}"
}
},
{
"name": "dbinom",
"arg": {
"format": "{}{}",
- "snippet": "{${1:above}}{${2:below}}"
+ "snippet": "dbinom{${1:above}}{${2:below}}"
}
},
{
"name": "ddddot",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "ddddot{${1:arg}}"
}
},
{
"name": "dddot",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "dddot{${1:arg}}"
}
},
{
"name": "dfrac",
"arg": {
"format": "{}{}",
- "snippet": "{${1:num%:translatable}}{${2:den%:translatable}}"
+ "snippet": "dfrac{${1:num%:translatable}}{${2:den%:translatable}}"
}
},
{
@@ -95,7 +95,7 @@
"name": "displaybreak",
"arg": {
"format": "[]",
- "snippet": "[${1:value}]"
+ "snippet": "displaybreak[${1:value}]"
}
},
{
@@ -130,21 +130,21 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:envname}}"
+ "snippet": "endmathdisplay{${1:envname}}"
}
},
{
"name": "eqref",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "eqref{${1:label}}"
}
},
{
"name": "genfrac",
"arg": {
"format": "{}{}{}{}{}{}",
- "snippet": "{${1:left-delim}}{${2:right-delim}}{${3:thickness%l}}{${4:mathstyle}}{${5:numerator}}{${6:denominator}}"
+ "snippet": "genfrac{${1:left-delim}}{${2:right-delim}}{${3:thickness%l}}{${4:mathstyle}}{${5:numerator}}{${6:denominator}}"
}
},
{
@@ -155,14 +155,14 @@
"name": "hdotsfor",
"arg": {
"format": "{}",
- "snippet": "{${1:columns}}"
+ "snippet": "hdotsfor{${1:columns}}"
}
},
{
"name": "hdotsfor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:multiplier}]{${1:columns}}"
+ "snippet": "hdotsfor[${2:multiplier}]{${1:columns}}"
}
},
{
@@ -193,14 +193,14 @@
"name": "intertext",
"arg": {
"format": "{}",
- "snippet": "{${1:word or phrase%text}}"
+ "snippet": "intertext{${1:word or phrase%text}}"
}
},
{
"name": "leftroot",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "leftroot{${1:argument}}"
}
},
{
@@ -214,7 +214,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:envname}}"
+ "snippet": "mathdisplay{${1:envname}}"
}
},
{
@@ -232,7 +232,7 @@
"name": "mspace",
"arg": {
"format": "{}",
- "snippet": "{${1:dimen}}"
+ "snippet": "mspace{${1:dimen}}"
}
},
{
@@ -240,7 +240,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:integer}}"
+ "snippet": "MultiIntegral{${1:integer}}"
}
},
{
@@ -261,21 +261,21 @@
"name": "numberwithin",
"arg": {
"format": "{}{}",
- "snippet": "{${1:counter}}{${2:within-counter}}"
+ "snippet": "numberwithin{${1:counter}}{${2:within-counter}}"
}
},
{
"name": "numberwithin",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:format}]{${1:counter}}{${2:within-counter}}"
+ "snippet": "numberwithin[${3:format}]{${1:counter}}{${2:within-counter}}"
}
},
{
"name": "overleftrightarrow",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "overleftrightarrow{${1:argument}}"
},
"detail": "x⃡ (\"amsmath\" command)",
"doc": "Combining left right arrow above"
@@ -284,14 +284,14 @@
"name": "overset",
"arg": {
"format": "{}{}",
- "snippet": "{${1:superscript}}{${2:argument}}"
+ "snippet": "overset{${1:superscript}}{${2:argument}}"
}
},
{
"name": "overunderset",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:superscript}}{${2:subscript}}{${3:argument}}"
+ "snippet": "overunderset{${1:superscript}}{${2:subscript}}{${3:argument}}"
}
},
{
@@ -301,7 +301,7 @@
"name": "raisetag",
"arg": {
"format": "{}",
- "snippet": "{${1:dimen}}"
+ "snippet": "raisetag{${1:dimen}}"
}
},
{
@@ -314,70 +314,70 @@
"name": "shoveright",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "shoveright{${1:arg}}"
}
},
{
"name": "shoveleft",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "shoveleft{${1:arg}}"
}
},
{
"name": "sideset",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:left}}{${2:right}}{${3:symbol}}"
+ "snippet": "sideset{${1:left}}{${2:right}}{${3:symbol}}"
}
},
{
"name": "smash",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "smash{${1:argument}}"
}
},
{
"name": "smash",
"arg": {
"format": "[]{}",
- "snippet": "[${2:valign}]{${1:argument}}"
+ "snippet": "smash[${2:valign}]{${1:argument}}"
}
},
{
"name": "substack",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "substack{${1:argument}}"
}
},
{
"name": "tag",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "tag{${1:label}}"
}
},
{
"name": "tag*",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "tag*{${1:label}}"
}
},
{
"name": "tbinom",
"arg": {
"format": "{}{}",
- "snippet": "{${1:above}}{${2:below}}"
+ "snippet": "tbinom{${1:above}}{${2:below}}"
}
},
{
"name": "tfrac",
"arg": {
"format": "{}{}",
- "snippet": "{${1:num%:translatable}}{${2:den%:translatable}}"
+ "snippet": "tfrac{${1:num%:translatable}}{${2:den%:translatable}}"
}
},
{
@@ -392,7 +392,7 @@
"name": "underleftarrow",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "underleftarrow{${1:argument}}"
},
"detail": "x⃮ (\"amsmath\" command)",
"doc": "Combining left arrow below"
@@ -401,14 +401,14 @@
"name": "underleftrightarrow",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "underleftrightarrow{${1:argument}}"
}
},
{
"name": "underrightarrow",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "underrightarrow{${1:argument}}"
},
"detail": "x⃯ (\"amsmath\" command)",
"doc": "Combining right arrow below"
@@ -417,14 +417,14 @@
"name": "underset",
"arg": {
"format": "{}{}",
- "snippet": "{${1:subscript}}{${2:argument}}"
+ "snippet": "underset{${1:subscript}}{${2:argument}}"
}
},
{
"name": "uproot",
"arg": {
"format": "{}",
- "snippet": "{${1:argument}}"
+ "snippet": "uproot{${1:argument}}"
}
},
{
@@ -465,35 +465,35 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:eqn num}}"
+ "snippet": "veqno{${1:eqn num}}"
}
},
{
"name": "xleftarrow",
"arg": {
"format": "[]{}",
- "snippet": "[${2:subscript}]{${1:superscript}}"
+ "snippet": "xleftarrow[${2:subscript}]{${1:superscript}}"
}
},
{
"name": "xleftarrow",
"arg": {
"format": "{}",
- "snippet": "{${1:superscript}}"
+ "snippet": "xleftarrow{${1:superscript}}"
}
},
{
"name": "xrightarrow",
"arg": {
"format": "[]{}",
- "snippet": "[${2:subscript}]{${1:superscript}}"
+ "snippet": "xrightarrow[${2:subscript}]{${1:superscript}}"
}
},
{
"name": "xrightarrow",
"arg": {
"format": "{}",
- "snippet": "{${1:superscript}}"
+ "snippet": "xrightarrow{${1:superscript}}"
}
}
],
diff --git a/data/packages/amsopn.json b/data/packages/amsopn.json
index 6eedad6c6..ce472ab73 100644
--- a/data/packages/amsopn.json
+++ b/data/packages/amsopn.json
@@ -9,14 +9,14 @@
"name": "operatorname",
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "operatorname{${1:name}}"
}
},
{
"name": "operatorname*",
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "operatorname*{${1:name}}"
}
},
{
@@ -24,7 +24,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "operatornamewithlimits{${1:name}}"
}
},
{
@@ -32,21 +32,21 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:arg}}{${2:m or o}}{${3:name}}"
+ "snippet": "qopname{${1:arg}}{${2:m or o}}{${3:name}}"
}
},
{
"name": "DeclareMathOperator",
"arg": {
"format": "{}{}",
- "snippet": "{${1:command}}{${2:definition}}"
+ "snippet": "DeclareMathOperator{${1:command}}{${2:definition}}"
}
},
{
"name": "DeclareMathOperator*",
"arg": {
"format": "{}{}",
- "snippet": "{${1:command}}{${2:definition}}"
+ "snippet": "DeclareMathOperator*{${1:command}}{${2:definition}}"
}
},
{
diff --git a/data/packages/amsthm.json b/data/packages/amsthm.json
index 1e3e2eddd..200c8276b 100644
--- a/data/packages/amsthm.json
+++ b/data/packages/amsthm.json
@@ -5,14 +5,14 @@
"name": "newtheorem*",
"arg": {
"format": "{}{}",
- "snippet": "{${1:envname}}{${2:caption}}"
+ "snippet": "newtheorem*{${1:envname}}{${2:caption}}"
}
},
{
"name": "theoremstyle",
"arg": {
"format": "{}",
- "snippet": "{${1:style%keyvals}}",
+ "snippet": "theoremstyle{${1:style%keyvals}}",
"keys": [
"\\theoremstyle#c"
],
@@ -26,28 +26,28 @@
"name": "newtheoremstyle",
"arg": {
"format": "{}{}{}{}{}{}{}{}{}",
- "snippet": "{${1:style name%specialDef}}{${2:space above}}{${3:space below}}{${4:body font}}{${5:indent amount}}{${6:head font}}{${7:head punct}}{${8:after head space}}{${9:head spec}}"
+ "snippet": "newtheoremstyle{${1:style name%specialDef}}{${2:space above}}{${3:space below}}{${4:body font}}{${5:indent amount}}{${6:head font}}{${7:head punct}}{${8:after head space}}{${9:head spec}}"
}
},
{
"name": "thmname",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "thmname{${1:arg}}"
}
},
{
"name": "thmnumber",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "thmnumber{${1:arg}}"
}
},
{
"name": "thmnote",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "thmnote{${1:arg}}"
}
},
{
@@ -71,7 +71,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:arg3}}"
+ "snippet": "thmhead{${1:arg1}}{${2:arg2}}{${3:arg3}}"
}
},
{
@@ -79,7 +79,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:arg3}}"
+ "snippet": "swappedhead{${1:arg1}}{${2:arg2}}{${3:arg3}}"
}
},
{
@@ -91,7 +91,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "pushQED{${1:arg}}"
}
},
{
diff --git a/data/packages/apacite.json b/data/packages/apacite.json
index 0bb290d20..2b89f227a 100644
--- a/data/packages/apacite.json
+++ b/data/packages/apacite.json
@@ -43,7 +43,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthorp{${1:keylist}}"
}
},
{
@@ -51,7 +51,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -59,7 +59,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citeauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -67,7 +67,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthort{${1:keylist}}"
}
},
{
@@ -75,7 +75,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -83,7 +83,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citeauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -91,7 +91,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citeauthorp{${1:keylist}}"
}
},
{
@@ -99,7 +99,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -107,7 +107,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -115,7 +115,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citeauthort{${1:keylist}}"
}
},
{
@@ -123,7 +123,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -131,7 +131,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -140,7 +140,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citefullauthor{${1:keylist}}"
}
},
{
@@ -149,7 +149,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -158,7 +158,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -167,7 +167,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citefullauthort{${1:keylist}}"
}
},
{
@@ -176,7 +176,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -185,7 +185,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -194,7 +194,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citefullauthorp{${1:keylist}}"
}
},
{
@@ -203,7 +203,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -212,7 +212,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -221,7 +221,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citefullauthort{${1:keylist}}"
}
},
{
@@ -230,7 +230,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -239,7 +239,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -248,7 +248,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citefullauthorp{${1:keylist}}"
}
},
{
@@ -257,7 +257,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -266,7 +266,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -274,7 +274,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitep{${1:keylist}}"
}
},
{
@@ -282,7 +282,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitep[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -290,7 +290,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitep[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -298,7 +298,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitet{${1:keylist}}"
}
},
{
@@ -306,7 +306,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitet[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -314,7 +314,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitet[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -322,7 +322,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteyearpar{${1:keylist}}"
}
},
{
@@ -330,7 +330,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyearpar[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -338,7 +338,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyearpar[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -346,7 +346,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitealp{${1:keylist}}"
}
},
{
@@ -354,7 +354,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -362,7 +362,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -370,7 +370,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitealt{${1:keylist}}"
}
},
{
@@ -378,7 +378,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealt[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -386,7 +386,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealt[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -394,7 +394,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitenum{${1:keylist}}"
}
},
{
@@ -402,7 +402,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitenum[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -410,7 +410,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitenum[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -418,7 +418,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitetalias{${1:keylist}}"
}
},
{
@@ -426,7 +426,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitetalias[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -434,7 +434,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitetalias[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -442,7 +442,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitepalias{${1:keylist}}"
}
},
{
@@ -450,7 +450,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitepalias[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -458,7 +458,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitepalias[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -466,7 +466,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitep{${1:keylist}}"
}
},
{
@@ -474,7 +474,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitep[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -482,7 +482,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitep[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -490,7 +490,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitet{${1:keylist}}"
}
},
{
@@ -498,7 +498,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitet[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -506,7 +506,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitet[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -514,7 +514,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCiteauthor{${1:keylist}}"
}
},
{
@@ -522,7 +522,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -530,7 +530,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -538,7 +538,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitealp{${1:keylist}}"
}
},
{
@@ -546,7 +546,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -554,7 +554,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -562,7 +562,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitealt{${1:keylist}}"
}
},
{
@@ -570,7 +570,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealt[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -578,7 +578,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealt[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -586,7 +586,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthorp{${1:keylist}}"
}
},
{
@@ -594,7 +594,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -602,7 +602,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -610,7 +610,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthort{${1:keylist}}"
}
},
{
@@ -618,7 +618,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -626,7 +626,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -634,7 +634,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCiteauthorp{${1:keylist}}"
}
},
{
@@ -642,7 +642,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -650,7 +650,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -658,7 +658,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCiteauthort{${1:keylist}}"
}
},
{
@@ -666,7 +666,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -674,7 +674,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -682,7 +682,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitefullauthor{${1:keylist}}"
}
},
{
@@ -690,7 +690,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitefullauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -698,7 +698,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitefullauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -706,7 +706,7 @@
"if": "natbibemu",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitefullauthor{${1:keylist}}"
}
},
{
@@ -714,7 +714,7 @@
"if": "natbibemu",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitefullauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -722,7 +722,7 @@
"if": "natbibemu",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitefullauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -730,7 +730,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthorp{${1:keylist}}"
}
},
{
@@ -738,7 +738,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -746,7 +746,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citeauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -754,7 +754,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthort{${1:keylist}}"
}
},
{
@@ -762,7 +762,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -770,7 +770,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citeauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -778,7 +778,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citeauthorp{${1:keylist}}"
}
},
{
@@ -786,7 +786,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -794,7 +794,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -802,7 +802,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citeauthort{${1:keylist}}"
}
},
{
@@ -810,7 +810,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -818,7 +818,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citeauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -827,7 +827,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citefullauthor{${1:keylist}}"
}
},
{
@@ -836,7 +836,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -845,7 +845,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -854,7 +854,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citefullauthort{${1:keylist}}"
}
},
{
@@ -863,7 +863,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -872,7 +872,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -881,7 +881,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citefullauthorp{${1:keylist}}"
}
},
{
@@ -890,7 +890,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -899,7 +899,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "citefullauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -908,7 +908,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citefullauthort{${1:keylist}}"
}
},
{
@@ -917,7 +917,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -926,7 +926,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -935,7 +935,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Citefullauthorp{${1:keylist}}"
}
},
{
@@ -944,7 +944,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -953,7 +953,7 @@
"unusual": true,
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "Citefullauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -961,7 +961,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitep{${1:keylist}}"
}
},
{
@@ -969,7 +969,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitep[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -977,7 +977,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitep[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -985,7 +985,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitet{${1:keylist}}"
}
},
{
@@ -993,7 +993,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitet[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1001,7 +1001,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitet[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1009,7 +1009,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteyearpar{${1:keylist}}"
}
},
{
@@ -1017,7 +1017,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyearpar[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1025,7 +1025,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyearpar[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1033,7 +1033,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitealp{${1:keylist}}"
}
},
{
@@ -1041,7 +1041,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1049,7 +1049,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1057,7 +1057,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitealt{${1:keylist}}"
}
},
{
@@ -1065,7 +1065,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealt[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1073,7 +1073,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitealt[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1081,7 +1081,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitenum{${1:keylist}}"
}
},
{
@@ -1089,7 +1089,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitenum[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1097,7 +1097,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitenum[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1105,7 +1105,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitetalias{${1:keylist}}"
}
},
{
@@ -1113,7 +1113,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitetalias[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1121,7 +1121,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitetalias[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1129,7 +1129,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitepalias{${1:keylist}}"
}
},
{
@@ -1137,7 +1137,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitepalias[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1145,7 +1145,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitepalias[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1153,7 +1153,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitep{${1:keylist}}"
}
},
{
@@ -1161,7 +1161,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitep[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1169,7 +1169,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitep[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1177,7 +1177,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitet{${1:keylist}}"
}
},
{
@@ -1185,7 +1185,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitet[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1193,7 +1193,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitet[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1201,7 +1201,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCiteauthor{${1:keylist}}"
}
},
{
@@ -1209,7 +1209,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1217,7 +1217,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1225,7 +1225,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitealp{${1:keylist}}"
}
},
{
@@ -1233,7 +1233,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1241,7 +1241,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1249,7 +1249,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitealt{${1:keylist}}"
}
},
{
@@ -1257,7 +1257,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealt[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1265,7 +1265,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitealt[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1273,7 +1273,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthorp{${1:keylist}}"
}
},
{
@@ -1281,7 +1281,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1289,7 +1289,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1297,7 +1297,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthort{${1:keylist}}"
}
},
{
@@ -1305,7 +1305,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1313,7 +1313,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1321,7 +1321,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCiteauthorp{${1:keylist}}"
}
},
{
@@ -1329,7 +1329,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthorp[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1337,7 +1337,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthorp[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1345,7 +1345,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCiteauthort{${1:keylist}}"
}
},
{
@@ -1353,7 +1353,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthort[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1361,7 +1361,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCiteauthort[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1369,7 +1369,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcitefullauthor{${1:keylist}}"
}
},
{
@@ -1377,7 +1377,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcitefullauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1385,7 +1385,7 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskcitefullauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
@@ -1393,7 +1393,7 @@
"if": "natbibapa",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskCitefullauthor{${1:keylist}}"
}
},
{
@@ -1401,7 +1401,7 @@
"if": "natbibapa",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskCitefullauthor[${2:postfix}]{${1:keylist}}"
}
},
{
@@ -1409,959 +1409,959 @@
"if": "natbibapa",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:prefix}][${3:postfix}]{${1:keylist}}"
+ "snippet": "maskCitefullauthor[${2:prefix}][${3:postfix}]{${1:keylist}}"
}
},
{
"name": "cite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "cite{${1:keylist}}"
}
},
{
"name": "cite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "cite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeA{${1:keylist}}"
}
},
{
"name": "citeA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeA{${1:keylist}}"
}
},
{
"name": "citeA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthor{${1:keylist}}"
}
},
{
"name": "citeauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthor{${1:keylist}}"
}
},
{
"name": "citeauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeyear",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeyear[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeyear",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeyear{${1:keylist}}"
}
},
{
"name": "citeyear",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeyear[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeyearNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeyearNP{${1:keylist}}"
}
},
{
"name": "citeyearNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeyearNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeyearNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeyearNP{${1:keylist}}"
}
},
{
"name": "citeyearNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeyearNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthorNP{${1:keylist}}"
}
},
{
"name": "citeauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeauthorNP{${1:keylist}}"
}
},
{
"name": "citeauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeNP{${1:keylist}}"
}
},
{
"name": "citeNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "citeNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "citeNP{${1:keylist}}"
}
},
{
"name": "citeNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "citeNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "nocitemeta",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "nocitemeta{${1:keylist}}"
}
},
{
"name": "fullcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullcite{${1:keylist}}"
}
},
{
"name": "fullcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullcite{${1:keylist}}"
}
},
{
"name": "fullcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteA{${1:keylist}}"
}
},
{
"name": "fullciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteA{${1:keylist}}"
}
},
{
"name": "fullciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteNP{${1:keylist}}"
}
},
{
"name": "fullciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteNP{${1:keylist}}"
}
},
{
"name": "fullciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteauthor{${1:keylist}}"
}
},
{
"name": "fullciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteauthor{${1:keylist}}"
}
},
{
"name": "fullciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteauthorNP{${1:keylist}}"
}
},
{
"name": "fullciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "fullciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "fullciteauthorNP{${1:keylist}}"
}
},
{
"name": "fullciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "fullciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortcite{${1:keylist}}"
}
},
{
"name": "shortcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteA{${1:keylist}}"
}
},
{
"name": "shortciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteA{${1:keylist}}"
}
},
{
"name": "shortciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteNP{${1:keylist}}"
}
},
{
"name": "shortciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteNP{${1:keylist}}"
}
},
{
"name": "shortciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteauthor{${1:keylist}}"
}
},
{
"name": "shortciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteauthor{${1:keylist}}"
}
},
{
"name": "shortciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteauthorNP{${1:keylist}}"
}
},
{
"name": "shortciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "shortciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "shortciteauthorNP{${1:keylist}}"
}
},
{
"name": "shortciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "shortciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcite{${1:keylist}}"
}
},
{
"name": "maskcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskcite{${1:keylist}}"
}
},
{
"name": "maskcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteA{${1:keylist}}"
}
},
{
"name": "maskciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteA{${1:keylist}}"
}
},
{
"name": "maskciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteNP{${1:keylist}}"
}
},
{
"name": "maskciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteNP{${1:keylist}}"
}
},
{
"name": "maskciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthor{${1:keylist}}"
}
},
{
"name": "maskciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthor{${1:keylist}}"
}
},
{
"name": "maskciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthorNP{${1:keylist}}"
}
},
{
"name": "maskciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteauthorNP{${1:keylist}}"
}
},
{
"name": "maskciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteyear",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteyear{${1:keylist}}"
}
},
{
"name": "maskciteyear",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyear[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteyear",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteyear{${1:keylist}}"
}
},
{
"name": "maskciteyear",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyear[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteyearNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteyearNP{${1:keylist}}"
}
},
{
"name": "maskciteyearNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyearNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskciteyearNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskciteyearNP{${1:keylist}}"
}
},
{
"name": "maskciteyearNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskciteyearNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullcite{${1:keylist}}"
}
},
{
"name": "maskfullcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullcite{${1:keylist}}"
}
},
{
"name": "maskfullcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteA{${1:keylist}}"
}
},
{
"name": "maskfullciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteA{${1:keylist}}"
}
},
{
"name": "maskfullciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteNP{${1:keylist}}"
}
},
{
"name": "maskfullciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteNP{${1:keylist}}"
}
},
{
"name": "maskfullciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteauthor{${1:keylist}}"
}
},
{
"name": "maskfullciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteauthor{${1:keylist}}"
}
},
{
"name": "maskfullciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteauthorNP{${1:keylist}}"
}
},
{
"name": "maskfullciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskfullciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskfullciteauthorNP{${1:keylist}}"
}
},
{
"name": "maskfullciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskfullciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortcite{${1:keylist}}"
}
},
{
"name": "maskshortcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortcite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortcite{${1:keylist}}"
}
},
{
"name": "maskshortcite",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortcite[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteA{${1:keylist}}"
}
},
{
"name": "maskshortciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteA",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteA{${1:keylist}}"
}
},
{
"name": "maskshortciteA",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteA[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteNP{${1:keylist}}"
}
},
{
"name": "maskshortciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteNP{${1:keylist}}"
}
},
{
"name": "maskshortciteNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteauthor{${1:keylist}}"
}
},
{
"name": "maskshortciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteauthor",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteauthor{${1:keylist}}"
}
},
{
"name": "maskshortciteauthor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteauthor[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteauthorNP{${1:keylist}}"
}
},
{
"name": "maskshortciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "maskshortciteauthorNP",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "maskshortciteauthorNP{${1:keylist}}"
}
},
{
"name": "maskshortciteauthorNP",
"arg": {
"format": "[]{}",
- "snippet": "[${2:postfix}]{${1:keylist}}"
+ "snippet": "maskshortciteauthorNP[${2:postfix}]{${1:keylist}}"
}
},
{
"name": "masknocite",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "masknocite{${1:keylist}}"
}
},
{
"name": "masktext",
"arg": {
"format": "{}",
- "snippet": "{${1:masked text%text}}"
+ "snippet": "masktext{${1:masked text%text}}"
}
},
{
"name": "masktext",
"arg": {
"format": "[]{}",
- "snippet": "[${2:mask-mode text%text}]{${1:masked text%text}}"
+ "snippet": "masktext[${2:mask-mode text%text}]{${1:masked text%text}}"
}
},
{
@@ -2369,7 +2369,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "PrintOrdinal{${1:number}}"
}
},
{
@@ -2377,7 +2377,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "APACSortNoop{${1:arg}}"
}
},
{
@@ -2473,7 +2473,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:integer}}"
+ "snippet": "BCnt{${1:integer}}"
}
},
{
@@ -2481,7 +2481,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:integer}}"
+ "snippet": "BCntIP{${1:integer}}"
}
},
{
@@ -2489,7 +2489,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:integer}}"
+ "snippet": "BCntND{${1:integer}}"
}
},
{
@@ -2497,7 +2497,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACciteatitle{${1:text}}"
}
},
{
@@ -2505,7 +2505,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACcitebtitle{${1:text}}"
}
},
{
@@ -2545,7 +2545,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "onemaskedcitationmsg{${1:text}}"
}
},
{
@@ -2553,7 +2553,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "maskedcitationsmsg{${1:text}}"
}
},
{
@@ -2733,7 +2733,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "BRetrieved{${1:text}}"
}
},
{
@@ -2768,7 +2768,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:month}}"
+ "snippet": "APACmonth{${1:month}}"
}
},
{
@@ -2776,7 +2776,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:year}}"
+ "snippet": "APACrefYear{${1:year}}"
}
},
{
@@ -2784,7 +2784,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:year}}{${2:month}}{${3:day}}"
+ "snippet": "APACrefYearMonthDay{${1:year}}{${2:month}}{${3:day}}"
}
},
{
@@ -2792,7 +2792,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACrefatitle{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2800,7 +2800,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACrefbtitle{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2808,7 +2808,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACrefaetitle{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2816,7 +2816,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACrefbetitle{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2824,7 +2824,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:journal}}{${2:volume}}{${3:issue number}}{${4:pages}}"
+ "snippet": "APACjournalVolNumPages{${1:journal}}{${2:volume}}{${3:issue number}}{${4:pages}}"
}
},
{
@@ -2832,7 +2832,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACaddressPublisher{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2840,7 +2840,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACaddressInstitution{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2848,7 +2848,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACaddressPublisherEqAuth{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2856,7 +2856,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACaddressInstitutionEqAuth{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2864,7 +2864,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACaddressSchool{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2872,7 +2872,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:arg3}}"
+ "snippet": "APACtypeAddressSchool{${1:arg1}}{${2:arg2}}{${3:arg3}}"
}
},
{
@@ -2884,7 +2884,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACorigED{${1:text}}"
}
},
{
@@ -2892,7 +2892,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACorigEDS{${1:text}}"
}
},
{
@@ -2900,7 +2900,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACrefnote{${1:text}}"
}
},
{
@@ -2908,7 +2908,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:year}}{${2:text}}"
+ "snippet": "APACorigyearnote{${1:year}}{${2:text}}"
}
},
{
@@ -2916,7 +2916,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}{}{}",
- "snippet": "{${1:year}}{${2:journal}}{${3:volume}}{${4:issue number}}{${5:pages}}{${6:note}}"
+ "snippet": "APACorigjournalnote{${1:year}}{${2:journal}}{${3:volume}}{${4:issue number}}{${5:pages}}{${6:note}}"
}
},
{
@@ -2924,7 +2924,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}{}{}{}{}{}",
- "snippet": "{${1:year}}{${2:editor}}{${3:title%text}}{${4:edition}}{${5:volume}}{${6:pages}}{${7:address}}{${8:publisher}}{${9:note}}"
+ "snippet": "APACorigbooknote{${1:year}}{${2:editor}}{${3:title%text}}{${4:edition}}{${5:volume}}{${6:pages}}{${7:address}}{${8:publisher}}{${9:note}}"
}
},
{
@@ -2932,7 +2932,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACbVolEdTR{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2940,7 +2940,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}{${3:arg3}}"
+ "snippet": "APACbVolEdTRpgs{${1:arg1}}{${2:arg2}}{${3:arg3}}"
}
},
{
@@ -2948,7 +2948,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:DOI}}"
+ "snippet": "doi{${1:DOI}}"
}
},
{
@@ -2972,7 +2972,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "AX{${1:arg}}"
}
},
{
@@ -2980,7 +2980,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "corporateAX{${1:arg}}"
}
},
{
@@ -2988,7 +2988,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "APACbibcite{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -2996,7 +2996,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACexlab{${1:text}}"
}
},
{
@@ -3004,7 +3004,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "APACinsertmetastar{${1:arg}}"
}
},
{
@@ -3016,7 +3016,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "APACyear{${1:text}}"
}
},
{
@@ -3024,7 +3024,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "Bem{${1:text}}"
}
},
{
@@ -3032,7 +3032,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "bibphant{${1:arg}}"
}
},
{
@@ -3040,7 +3040,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:count}}"
+ "snippet": "CardinalNumeric{${1:count}}"
}
},
{
@@ -3056,7 +3056,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "definemetaflag{${1:arg}}"
}
},
{
@@ -3080,7 +3080,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "PrintBackRefs{${1:arg}}"
}
},
{
@@ -3095,7 +3095,7 @@
"name": "url",
"arg": {
"format": "{}",
- "snippet": "{${1:URL}}"
+ "snippet": "url{${1:URL}}"
}
}
],
diff --git a/data/packages/array.json b/data/packages/array.json
index 6830554c5..bae9cd5ed 100644
--- a/data/packages/array.json
+++ b/data/packages/array.json
@@ -20,14 +20,14 @@
"name": "newcolumntype",
"arg": {
"format": "{}{}",
- "snippet": "{${1:name%cmd}}{${2:definition}}"
+ "snippet": "newcolumntype{${1:name%cmd}}{${2:definition}}"
}
},
{
"name": "newcolumntype",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:name%cmd}}[${3:args}]{${2:definition}}"
+ "snippet": "newcolumntype{${1:name%cmd}}[${3:args}]{${2:definition}}"
}
},
{
diff --git a/data/packages/attachfile.json b/data/packages/attachfile.json
index 87a6383a4..147e8081d 100644
--- a/data/packages/attachfile.json
+++ b/data/packages/attachfile.json
@@ -21,14 +21,14 @@
"name": "attachfile",
"arg": {
"format": "{}",
- "snippet": "{${1:file}}"
+ "snippet": "attachfile{${1:file}}"
}
},
{
"name": "attachfile",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:file}}",
+ "snippet": "attachfile[${2:options%keyvals}]{${1:file}}",
"keys": [
"\\attachfile,\\attachfilesetup,\\noattachfile,\\notextattachfile,\\textattachfile"
],
@@ -42,7 +42,7 @@
"name": "noattachfile",
"arg": {
"format": "[]",
- "snippet": "[${1:options%keyvals}]",
+ "snippet": "noattachfile[${1:options%keyvals}]",
"keys": [
"\\attachfile,\\attachfilesetup,\\noattachfile,\\notextattachfile,\\textattachfile"
],
@@ -53,14 +53,14 @@
"name": "notextattachfile",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "notextattachfile{${1:text}}"
}
},
{
"name": "notextattachfile",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:text}}",
+ "snippet": "notextattachfile[${2:options%keyvals}]{${1:text}}",
"keys": [
"\\attachfile,\\attachfilesetup,\\noattachfile,\\notextattachfile,\\textattachfile"
],
@@ -71,14 +71,14 @@
"name": "textattachfile",
"arg": {
"format": "{}{}",
- "snippet": "{${1:file}}{${2:text}}"
+ "snippet": "textattachfile{${1:file}}{${2:text}}"
}
},
{
"name": "textattachfile",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:options%keyvals}]{${1:file}}{${2:text}}",
+ "snippet": "textattachfile[${3:options%keyvals}]{${1:file}}{${2:text}}",
"keys": [
"\\attachfile,\\attachfilesetup,\\noattachfile,\\notextattachfile,\\textattachfile"
],
@@ -89,7 +89,7 @@
"name": "attachfilesetup",
"arg": {
"format": "{}",
- "snippet": "{${1:options%keyvals}}",
+ "snippet": "attachfilesetup{${1:options%keyvals}}",
"keys": [
"\\attachfile,\\attachfilesetup,\\noattachfile,\\notextattachfile,\\textattachfile"
],
diff --git a/data/packages/babel.json b/data/packages/babel.json
index 02b0b0d5e..41bc0d4ad 100644
--- a/data/packages/babel.json
+++ b/data/packages/babel.json
@@ -34,21 +34,21 @@
"name": "selectlanguage",
"arg": {
"format": "{}",
- "snippet": "{${1:language}}"
+ "snippet": "selectlanguage{${1:language}}"
}
},
{
"name": "foreignlanguage",
"arg": {
"format": "{}{}",
- "snippet": "{${1:language}}{${2:text}}"
+ "snippet": "foreignlanguage{${1:language}}{${2:text}}"
}
},
{
"name": "foreignlanguage",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:options%keyvals}]{${1:language}}{${2:text}}",
+ "snippet": "foreignlanguage[${3:options%keyvals}]{${1:language}}{${2:text}}",
"keys": [
"\\foreignlanguage,\\begin{otherlanguage*}"
],
@@ -59,21 +59,21 @@
"name": "babeltags",
"arg": {
"format": "{}",
- "snippet": "{${1:tag1=lang1,tag2=lang2,...}}"
+ "snippet": "babeltags{${1:tag1=lang1,tag2=lang2,...}}"
}
},
{
"name": "babelensure",
"arg": {
"format": "{}",
- "snippet": "{${1:language}}"
+ "snippet": "babelensure{${1:language}}"
}
},
{
"name": "babelensure",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:language}}",
+ "snippet": "babelensure[${2:options%keyvals}]{${1:language}}",
"keys": [
"\\babelensure"
],
@@ -84,70 +84,70 @@
"name": "shorthandon",
"arg": {
"format": "{}",
- "snippet": "{${1:characters}}"
+ "snippet": "shorthandon{${1:characters}}"
}
},
{
"name": "shorthandoff",
"arg": {
"format": "{}",
- "snippet": "{${1:characters}}"
+ "snippet": "shorthandoff{${1:characters}}"
}
},
{
"name": "shorthandoff*",
"arg": {
"format": "{}",
- "snippet": "{${1:characters}}"
+ "snippet": "shorthandoff*{${1:characters}}"
}
},
{
"name": "useshorthands",
"arg": {
"format": "{}",
- "snippet": "{${1:char}}"
+ "snippet": "useshorthands{${1:char}}"
}
},
{
"name": "useshorthands*",
"arg": {
"format": "{}",
- "snippet": "{${1:char}}"
+ "snippet": "useshorthands*{${1:char}}"
}
},
{
"name": "defineshorthand",
"arg": {
"format": "{}{}",
- "snippet": "{${1:shorthand}}{${2:code}}"
+ "snippet": "defineshorthand{${1:shorthand}}{${2:code}}"
}
},
{
"name": "defineshorthand",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:lang1,lang2,...}]{${1:shorthand}}{${2:code}}"
+ "snippet": "defineshorthand[${3:lang1,lang2,...}]{${1:shorthand}}{${2:code}}"
}
},
{
"name": "languageshorthands",
"arg": {
"format": "{}",
- "snippet": "{${1:language}}"
+ "snippet": "languageshorthands{${1:language}}"
}
},
{
"name": "babelshorthand",
"arg": {
"format": "{}",
- "snippet": "{${1:shorthand}}"
+ "snippet": "babelshorthand{${1:shorthand}}"
}
},
{
"name": "ifbabelshorthand",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:character}}{${2:true}}{${3:false}}"
+ "snippet": "ifbabelshorthand{${1:character}}{${2:true}}{${3:false}}"
}
},
{
@@ -155,7 +155,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:text code}}{${2:math code%formula}}"
+ "snippet": "textormath{${1:text code}}{${2:math code%formula}}"
}
},
{
@@ -163,21 +163,21 @@
"if": "base",
"arg": {
"format": "{}{}",
- "snippet": "{${1:option_name}}{${2:code}}"
+ "snippet": "AfterBabelLanguage{${1:option_name}}{${2:code}}"
}
},
{
"name": "babelfont",
"arg": {
"format": "{}{}",
- "snippet": "{${1:font_family}}{${2:font_name}}"
+ "snippet": "babelfont{${1:font_family}}{${2:font_name}}"
}
},
{
"name": "babelfont",
"arg": {
"format": "{}[]{}",
- "snippet": "{${1:font_family}}[${3:font_options%keyvals}]{${2:font_name}}",
+ "snippet": "babelfont{${1:font_family}}[${3:font_options%keyvals}]{${2:font_name}}",
"keys": [
"\\babelfont#c"
],
@@ -188,14 +188,14 @@
"name": "babelfont",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:lang1,lang2,...}]{${1:font_family}}{${2:font_name}}"
+ "snippet": "babelfont[${3:lang1,lang2,...}]{${1:font_family}}{${2:font_name}}"
}
},
{
"name": "babelfont",
"arg": {
"format": "[]{}[]{}",
- "snippet": "[${3:lang1,lang2,...}]{${1:font_family}}[${4:font_options%keyvals}]{${2:font_name}}",
+ "snippet": "babelfont[${3:lang1,lang2,...}]{${1:font_family}}[${4:font_options%keyvals}]{${2:font_name}}",
"keys": [
"\\babelfont#c"
],
@@ -207,7 +207,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:language}}{${2:caption_name}}{${3:string}}"
+ "snippet": "setlocalecaption{${1:language}}{${2:caption_name}}{${3:string}}"
}
},
{
@@ -215,7 +215,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:locale-name}}{${2:codepoint}}{${3:output}}"
+ "snippet": "BabelUppercaseMapping{${1:locale-name}}{${2:codepoint}}{${3:output}}"
}
},
{
@@ -223,14 +223,14 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:locale-name}}{${2:codepoint}}{${3:output}}"
+ "snippet": "BabelLowercaseMapping{${1:locale-name}}{${2:codepoint}}{${3:output}}"
}
},
{
"name": "babelprovide",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:language}}",
+ "snippet": "babelprovide[${2:options%keyvals}]{${1:language}}",
"keys": [
"\\babelprovide#c"
],
@@ -241,28 +241,28 @@
"name": "localenumeral",
"arg": {
"format": "{}{}",
- "snippet": "{${1:style}}{${2:number}}"
+ "snippet": "localenumeral{${1:style}}{${2:number}}"
}
},
{
"name": "localecounter",
"arg": {
"format": "{}{}",
- "snippet": "{${1:style}}{${2:counter}}"
+ "snippet": "localecounter{${1:style}}{${2:counter}}"
}
},
{
"name": "localedate",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:year}}{${2:month}}{${3:day}}"
+ "snippet": "localedate{${1:year}}{${2:month}}{${3:day}}"
}
},
{
"name": "localedate",
"arg": {
"format": "[]{}{}{}",
- "snippet": "[${4:options%keyvals}]{${1:year}}{${2:month}}{${3:day}}",
+ "snippet": "localedate[${4:options%keyvals}]{${1:year}}{${2:month}}{${3:day}}",
"keys": [
"\\localedate"
],
@@ -273,14 +273,14 @@
"name": "babelcalendar",
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:calendar}}{${2:year-macro%cmd}}{${3:month-macro%cmd}}{${4:day-macro%cmd}}"
+ "snippet": "babelcalendar{${1:calendar}}{${2:year-macro%cmd}}{${3:month-macro%cmd}}{${4:day-macro%cmd}}"
}
},
{
"name": "babelcalendar",
"arg": {
"format": "[]{}{}{}{}",
- "snippet": "[${5:YYYY-MM-DD}]{${1:calendar}}{${2:year-macro%cmd}}{${3:month-macro%cmd}}{${4:day-macro%cmd}}"
+ "snippet": "babelcalendar[${5:YYYY-MM-DD}]{${1:calendar}}{${2:year-macro%cmd}}{${3:month-macro%cmd}}{${4:day-macro%cmd}}"
}
},
{
@@ -290,14 +290,14 @@
"name": "iflanguage",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:language}}{${2:true}}{${3:false}}"
+ "snippet": "iflanguage{${1:language}}{${2:true}}{${3:false}}"
}
},
{
"name": "localeinfo",
"arg": {
"format": "{}",
- "snippet": "{${1:field%keyvals}}",
+ "snippet": "localeinfo{${1:field%keyvals}}",
"keys": [
"\\localeinfo#c,\\localeinfo*#c"
],
@@ -308,7 +308,7 @@
"name": "localeinfo*",
"arg": {
"format": "{}",
- "snippet": "{${1:field%keyvals}}",
+ "snippet": "localeinfo*{${1:field%keyvals}}",
"keys": [
"\\localeinfo#c,\\localeinfo*#c"
],
@@ -320,7 +320,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:cmd}}{${2:locale}}{${3:property}}"
+ "snippet": "getlocaleproperty{${1:cmd}}{${2:locale}}{${3:property}}"
}
},
{
@@ -328,7 +328,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:cmd}}{${2:locale}}{${3:property}}"
+ "snippet": "getlocaleproperty*{${1:cmd}}{${2:locale}}{${3:property}}"
}
},
{
@@ -336,7 +336,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:language}}"
+ "snippet": "ShowLocaleProperties{${1:language}}"
}
},
{
@@ -344,7 +344,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:code}}"
+ "snippet": "LocaleForEach{${1:code}}"
}
},
{
@@ -359,14 +359,14 @@
"name": "babelhyphen",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "babelhyphen{${1:text}}"
}
},
{
"name": "babelhyphen*",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "babelhyphen*{${1:text}}"
}
},
{
@@ -378,7 +378,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:exceptions}}"
+ "snippet": "babelhyphenation{${1:exceptions}}"
}
},
{
@@ -386,7 +386,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:lang1,lang2,...}]{${1:exceptions}}"
+ "snippet": "babelhyphenation[${2:lang1,lang2,...}]{${1:exceptions}}"
}
},
{
@@ -394,7 +394,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:patterns}}"
+ "snippet": "babelpatterns{${1:patterns}}"
}
},
{
@@ -402,7 +402,7 @@
"unusual": true,
"arg": {
"format": "[]{}",
- "snippet": "[${2:lang1,lang2,...}]{${1:patterns}}"
+ "snippet": "babelpatterns[${2:lang1,lang2,...}]{${1:patterns}}"
}
},
{
@@ -410,7 +410,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:hypenrules-name}}{${2:lua-pattern}}{${3:replacement}}"
+ "snippet": "babelposthyphenation{${1:hypenrules-name}}{${2:lua-pattern}}{${3:replacement}}"
}
},
{
@@ -418,7 +418,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}{}",
- "snippet": "[${4:options%keyvals}]{${1:hypenrules-name}}{${2:lua-pattern}}{${3:replacement}}",
+ "snippet": "babelposthyphenation[${4:options%keyvals}]{${1:hypenrules-name}}{${2:lua-pattern}}{${3:replacement}}",
"keys": [
"\\babelposthyphenation#c,\\babelprehyphenation#c"
],
@@ -430,7 +430,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:locale-name}}{${2:lua-pattern}}{${3:replacement}}"
+ "snippet": "babelprehyphenation{${1:locale-name}}{${2:lua-pattern}}{${3:replacement}}"
}
},
{
@@ -438,7 +438,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}{}",
- "snippet": "[${4:options%keyvals}]{${1:locale-name}}{${2:lua-pattern}}{${3:replacement}}",
+ "snippet": "babelprehyphenation[${4:options%keyvals}]{${1:locale-name}}{${2:lua-pattern}}{${3:replacement}}",
"keys": [
"\\babelposthyphenation#c,\\babelprehyphenation#c"
],
@@ -449,7 +449,7 @@
"name": "enablelocaletransform",
"arg": {
"format": "{}",
- "snippet": "{${1:transform%keyvals}}",
+ "snippet": "enablelocaletransform{${1:transform%keyvals}}",
"keys": [
"\\enablelocaletransform,\\disablelocaletransform"
],
@@ -460,7 +460,7 @@
"name": "disablelocaletransform",
"arg": {
"format": "{}",
- "snippet": "{${1:transform%keyvals}}",
+ "snippet": "disablelocaletransform{${1:transform%keyvals}}",
"keys": [
"\\enablelocaletransform,\\disablelocaletransform"
],
@@ -472,7 +472,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:string}}"
+ "snippet": "localeprehyphenation{${1:string}}"
}
},
{
@@ -480,7 +480,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:locale}}{${2:name}}{${3:char-list}}"
+ "snippet": "babelcharclass{${1:locale}}{${2:name}}{${3:char-list}}"
}
},
{
@@ -488,7 +488,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:locale}}{${2:class-first}}{${3:class-second}}{${4:code}}"
+ "snippet": "babelinterchar{${1:locale}}{${2:class-first}}{${3:class-second}}{${4:code}}"
}
},
{
@@ -496,7 +496,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}{}{}",
- "snippet": "[${5:options%keyvals}]{${1:locale}}{${2:class-first}}{${3:class-second}}{${4:code}}",
+ "snippet": "babelinterchar[${5:options%keyvals}]{${1:locale}}{${2:class-first}}{${3:class-second}}{${4:code}}",
"keys": [
"\\babelinterchar"
],
@@ -508,7 +508,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "enablelocaleinterchar{${1:label}}"
}
},
{
@@ -516,7 +516,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "disablelocaleinterchar{${1:label}}"
}
},
{
@@ -524,7 +524,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:interchar-list}}{${2:code}}"
+ "snippet": "IfBabelIntercharT{${1:interchar-list}}{${2:code}}"
}
},
{
@@ -532,7 +532,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ensureascii{${1:text}}"
}
},
{
@@ -544,7 +544,7 @@
"if": "layout=footnotes",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "localfootnote{${1:text}}"
}
},
{
@@ -552,7 +552,7 @@
"if": "layout=footnotes",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "mainfootnote{${1:text}}"
}
},
{
@@ -570,7 +570,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "babelsublr{${1:text}}"
}
},
{
@@ -582,7 +582,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:section-name}}"
+ "snippet": "BabelPatchSection{${1:section-name}}"
}
},
{
@@ -590,14 +590,14 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:cmd}}{${2:language}}{${3:before}}{${4:after}}"
+ "snippet": "BabelFootnote{${1:cmd}}{${2:language}}{${3:before}}{${4:after}}"
}
},
{
"name": "languageattribute",
"arg": {
"format": "{}{}",
- "snippet": "{${1:language}}{${2:list of attributes}}"
+ "snippet": "languageattribute{${1:language}}{${2:list of attributes}}"
}
},
{
@@ -605,7 +605,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:name}}{${2:event}}{${3:code}}"
+ "snippet": "AddBabelHook{${1:name}}{${2:event}}{${3:code}}"
}
},
{
@@ -613,7 +613,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}{}",
- "snippet": "[${4:language}]{${1:name}}{${2:event}}{${3:code}}"
+ "snippet": "AddBabelHook[${4:language}]{${1:name}}{${2:event}}{${3:code}}"
}
},
{
@@ -621,7 +621,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "EnableBabelHook{${1:name}}"
}
},
{
@@ -629,7 +629,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "DisableBabelHook{${1:name}}"
}
},
{
@@ -641,7 +641,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:char-code}}{${2:property}}{${3:value}}"
+ "snippet": "babelcharproperty{${1:char-code}}{${2:property}}{${3:value}}"
}
},
{
@@ -649,14 +649,14 @@
"unusual": true,
"arg": {
"format": "{}[]{}{}",
- "snippet": "{${1:char-code}}[${4:to-char-code}]{${2:property}}{${3:value}}"
+ "snippet": "babelcharproperty{${1:char-code}}[${4:to-char-code}]{${2:property}}{${3:value}}"
}
},
{
"name": "babeladjust",
"arg": {
"format": "{}",
- "snippet": "{${1:keyvals}}",
+ "snippet": "babeladjust{${1:keyvals}}",
"keys": [
"\\babeladjust"
],
@@ -668,7 +668,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "localebox{${1:text}}"
}
},
{
@@ -750,7 +750,7 @@
"name": "textlatin",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textlatin{${1:text}}"
}
},
{
@@ -1041,7 +1041,7 @@
"if": "basque",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "dieresia{${1:arg}}"
}
},
{
@@ -1049,7 +1049,7 @@
"if": "basque",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "texttilde{${1:arg}}"
}
},
{
@@ -1081,7 +1081,7 @@
"if": "belarusian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "asbuk{${1:counter}}"
}
},
{
@@ -1089,7 +1089,7 @@
"if": "belarusian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Asbuk{${1:counter}}"
}
},
{
@@ -1196,7 +1196,7 @@
"if": "belarusian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -1905,7 +1905,7 @@
"if": "bulgarian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -1942,7 +1942,7 @@
"if": "bulgarian",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "weekdaynamebulgarian{${1:number}}"
}
},
{
@@ -2385,7 +2385,7 @@
"if": "bulgarian",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "Romannumeral{${1:number}}"
}
},
{
@@ -2394,7 +2394,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "lastJulianDatebulgarian{${1:number}}"
}
},
{
@@ -2403,7 +2403,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "firstGregorianDatebulgarian{${1:number}}"
}
},
{
@@ -2453,7 +2453,7 @@
"if": "catalan",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "up{${1:arg}}"
}
},
{
@@ -2511,7 +2511,7 @@
"if": "catalan",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "dieresis{${1:arg}}"
}
},
{
@@ -2609,7 +2609,7 @@
"if": "czech",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "q{${1:arg}}"
}
},
{
@@ -2617,7 +2617,7 @@
"if": "czech",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "w{${1:arg}}"
}
},
{
@@ -2625,7 +2625,7 @@
"if": "czech",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "uv{${1:arg}}"
}
},
{
@@ -3573,7 +3573,7 @@
"if": "esperanto",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Esper{${1:counter}}"
}
},
{
@@ -3581,7 +3581,7 @@
"if": "esperanto",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "esper{${1:counter}}"
}
},
{
@@ -3741,7 +3741,7 @@
"if": "french",
"arg": {
"format": "{}",
- "snippet": "{${1:options%keyvals}}",
+ "snippet": "frenchsetup{${1:options%keyvals}}",
"keys": [
"\\frenchsetup,\\frenchbsetup"
],
@@ -3781,7 +3781,7 @@
"if": "french",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "bname{${1:text}}"
}
},
{
@@ -3789,7 +3789,7 @@
"if": "french",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "bsc{${1:text}}"
}
},
{
@@ -3968,7 +3968,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}{}{}",
- "snippet": "[${5:language}]{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
+ "snippet": "FBsetspaces[${5:language}]{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
}
},
{
@@ -3977,7 +3977,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
+ "snippet": "FBsetspaces{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
}
},
{
@@ -4050,7 +4050,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:message%text}}"
+ "snippet": "FBWarning{${1:message%text}}"
}
},
{
@@ -4076,7 +4076,7 @@
"if": "french",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:day}}{${2:month}}{${3:year}}"
+ "snippet": "frenchdate{${1:day}}{${2:month}}{${3:year}}"
}
},
{
@@ -4085,7 +4085,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "FrenchEnumerate{${1:arg}}"
}
},
{
@@ -4114,7 +4114,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "FrenchPopularEnumerate{${1:arg}}"
}
},
{
@@ -4166,7 +4166,7 @@
"if": "french",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "frquote{${1:text}}"
}
},
{
@@ -4174,7 +4174,7 @@
"if": "french",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "fup{${1:text}}"
}
},
{
@@ -4424,7 +4424,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "nombre{${1:arg}}"
}
},
{
@@ -4543,7 +4543,7 @@
"if": "french",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "up{${1:text}}"
}
},
{
@@ -4555,7 +4555,7 @@
"if": "acadian",
"arg": {
"format": "{}",
- "snippet": "{${1:options%keyvals}}",
+ "snippet": "frenchsetup{${1:options%keyvals}}",
"keys": [
"\\frenchsetup,\\frenchbsetup"
],
@@ -4567,7 +4567,7 @@
"if": "acadian",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:day}}{${2:month}}{${3:year}}"
+ "snippet": "acadiandate{${1:day}}{${2:month}}{${3:year}}"
}
},
{
@@ -4607,7 +4607,7 @@
"if": "acadian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "bname{${1:text}}"
}
},
{
@@ -4615,7 +4615,7 @@
"if": "acadian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "bsc{${1:text}}"
}
},
{
@@ -4804,7 +4804,7 @@
"unusual": true,
"arg": {
"format": "[]{}{}{}{}",
- "snippet": "[${5:language}]{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
+ "snippet": "FBsetspaces[${5:language}]{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
}
},
{
@@ -4813,7 +4813,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
+ "snippet": "FBsetspaces{${1:type}}{${2:width}}{${3:stretch}}{${4:shrink}}"
}
},
{
@@ -4886,7 +4886,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:message%text}}"
+ "snippet": "FBWarning{${1:message%text}}"
}
},
{
@@ -4913,7 +4913,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:day}}{${2:month}}{${3:year}}"
+ "snippet": "frenchdate{${1:day}}{${2:month}}{${3:year}}"
}
},
{
@@ -4922,7 +4922,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "FrenchEnumerate{${1:arg}}"
}
},
{
@@ -4951,7 +4951,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "FrenchPopularEnumerate{${1:arg}}"
}
},
{
@@ -5003,7 +5003,7 @@
"if": "acadian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "frquote{${1:text}}"
}
},
{
@@ -5011,7 +5011,7 @@
"if": "acadian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "fup{${1:text}}"
}
},
{
@@ -5266,7 +5266,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "nombre{${1:arg}}"
}
},
{
@@ -5385,7 +5385,7 @@
"if": "acadian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "up{${1:text}}"
}
},
{
@@ -5569,7 +5569,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:characters}}"
+ "snippet": "galiciandeactivate{${1:characters}}"
}
},
{
@@ -5590,7 +5590,7 @@
"if": "galician",
"arg": {
"format": "{}",
- "snippet": "{${1:math}}"
+ "snippet": "galiciandecimal{${1:math}}"
}
},
{
@@ -5598,7 +5598,7 @@
"if": "galician",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "sptext{${1:arg}}"
}
},
{
@@ -5665,7 +5665,7 @@
"if": "galician",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "lsc{${1:text}}"
}
},
{
@@ -5673,7 +5673,7 @@
"if": "galician",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "msc{${1:text}}"
}
},
{
@@ -6318,7 +6318,7 @@
"if": "greek",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ensuregreek{${1:text}}"
}
},
{
@@ -6326,7 +6326,7 @@
"if": "greek",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "lgrfont{${1:text}}"
}
},
{
@@ -6335,7 +6335,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textgreek{${1:text}}"
}
},
{
@@ -6343,7 +6343,7 @@
"if": "greek",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "greeknumeral{${1:number}}"
}
},
{
@@ -6351,7 +6351,7 @@
"if": "greek",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "Greeknumeral{${1:number}}"
}
},
{
@@ -6400,7 +6400,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textol{${1:text}}"
}
},
{
@@ -6919,7 +6919,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytika{${1:arg}}"
}
},
{
@@ -6928,7 +6928,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acctonos{${1:arg}}"
}
},
{
@@ -6937,7 +6937,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -6946,7 +6946,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -6955,7 +6955,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -6964,7 +6964,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accperispomeni{${1:arg}}"
}
},
{
@@ -6983,7 +6983,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikaperispomeni{${1:arg}}"
}
},
{
@@ -6992,7 +6992,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikatonos{${1:arg}}"
}
},
{
@@ -7001,7 +7001,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikavaria{${1:arg}}"
}
},
{
@@ -7010,7 +7010,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaperispomeni{${1:arg}}"
}
},
{
@@ -7019,7 +7019,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiavaria{${1:arg}}"
}
},
{
@@ -7028,7 +7028,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:a}}"
+ "snippet": "accdasiaoxia{${1:a}}"
}
},
{
@@ -7037,7 +7037,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:a}}"
+ "snippet": "accpsiliperispomeni{${1:a}}"
}
},
{
@@ -7046,7 +7046,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilioxia{${1:arg}}"
}
},
{
@@ -7055,7 +7055,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilivaria{${1:arg}}"
}
},
{
@@ -7064,7 +7064,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accinvertedbrevebelow{${1:arg}}"
}
},
{
@@ -7073,7 +7073,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "textsubarch{${1:arg}}"
}
},
{
@@ -7082,7 +7082,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accbrevebelow{${1:arg}}"
}
},
{
@@ -7091,7 +7091,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -7100,7 +7100,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -7109,7 +7109,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -7118,7 +7118,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiavaria{${1:arg}}"
}
},
{
@@ -7127,7 +7127,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acctonos{${1:arg}}"
}
},
{
@@ -7136,7 +7136,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaoxia{${1:arg}}"
}
},
{
@@ -7145,7 +7145,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilioxia{${1:arg}}"
}
},
{
@@ -7154,7 +7154,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilivaria{${1:arg}}"
}
},
{
@@ -7163,7 +7163,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accperispomeni{${1:arg}}"
}
},
{
@@ -7172,7 +7172,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaperispomeni{${1:arg}}"
}
},
{
@@ -7181,7 +7181,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsiliperispomeni{${1:arg}}"
}
},
{
@@ -7190,7 +7190,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -7199,7 +7199,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -7208,7 +7208,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -7314,7 +7314,7 @@
"if": "greek.polutoniko",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ensuregreek{${1:text}}"
}
},
{
@@ -7322,7 +7322,7 @@
"if": "greek.polutoniko",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textgreek{${1:text}}"
}
},
{
@@ -7330,7 +7330,7 @@
"if": "greek.polutoniko",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "greeknumeral{${1:number}}"
}
},
{
@@ -7338,7 +7338,7 @@
"if": "greek.polutoniko",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "Greeknumeral{${1:number}}"
}
},
{
@@ -7352,7 +7352,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textol{${1:text}}"
}
},
{
@@ -7871,7 +7871,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytika{${1:arg}}"
}
},
{
@@ -7880,7 +7880,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acctonos{${1:arg}}"
}
},
{
@@ -7889,7 +7889,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -7898,7 +7898,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -7907,7 +7907,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -7916,7 +7916,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accperispomeni{${1:arg}}"
}
},
{
@@ -7935,7 +7935,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikaperispomeni{${1:arg}}"
}
},
{
@@ -7944,7 +7944,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikatonos{${1:arg}}"
}
},
{
@@ -7953,7 +7953,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikavaria{${1:arg}}"
}
},
{
@@ -7962,7 +7962,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaperispomeni{${1:arg}}"
}
},
{
@@ -7971,7 +7971,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiavaria{${1:arg}}"
}
},
{
@@ -7980,7 +7980,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:a}}"
+ "snippet": "accdasiaoxia{${1:a}}"
}
},
{
@@ -7989,7 +7989,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:a}}"
+ "snippet": "accpsiliperispomeni{${1:a}}"
}
},
{
@@ -7998,7 +7998,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilioxia{${1:arg}}"
}
},
{
@@ -8007,7 +8007,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilivaria{${1:arg}}"
}
},
{
@@ -8016,7 +8016,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accinvertedbrevebelow{${1:arg}}"
}
},
{
@@ -8025,7 +8025,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "textsubarch{${1:arg}}"
}
},
{
@@ -8034,7 +8034,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accbrevebelow{${1:arg}}"
}
},
{
@@ -8043,7 +8043,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -8052,7 +8052,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -8061,7 +8061,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -8070,7 +8070,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiavaria{${1:arg}}"
}
},
{
@@ -8079,7 +8079,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acctonos{${1:arg}}"
}
},
{
@@ -8088,7 +8088,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaoxia{${1:arg}}"
}
},
{
@@ -8097,7 +8097,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilioxia{${1:arg}}"
}
},
{
@@ -8106,7 +8106,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilivaria{${1:arg}}"
}
},
{
@@ -8115,7 +8115,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accperispomeni{${1:arg}}"
}
},
{
@@ -8124,7 +8124,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaperispomeni{${1:arg}}"
}
},
{
@@ -8133,7 +8133,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsiliperispomeni{${1:arg}}"
}
},
{
@@ -8142,7 +8142,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -8151,7 +8151,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -8160,7 +8160,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -8256,7 +8256,7 @@
"if": "greek.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "ensuregreek{${1:text}}"
}
},
{
@@ -8264,7 +8264,7 @@
"if": "greek.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textgreek{${1:text}}"
}
},
{
@@ -8272,7 +8272,7 @@
"if": "greek.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "greeknumeral{${1:number}}"
}
},
{
@@ -8280,7 +8280,7 @@
"if": "greek.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "Greeknumeral{${1:number}}"
}
},
{
@@ -8294,7 +8294,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textol{${1:text}}"
}
},
{
@@ -8813,7 +8813,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytika{${1:arg}}"
}
},
{
@@ -8822,7 +8822,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acctonos{${1:arg}}"
}
},
{
@@ -8831,7 +8831,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -8840,7 +8840,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -8849,7 +8849,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -8858,7 +8858,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accperispomeni{${1:arg}}"
}
},
{
@@ -8877,7 +8877,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikaperispomeni{${1:arg}}"
}
},
{
@@ -8886,7 +8886,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikatonos{${1:arg}}"
}
},
{
@@ -8895,7 +8895,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdialytikavaria{${1:arg}}"
}
},
{
@@ -8904,7 +8904,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaperispomeni{${1:arg}}"
}
},
{
@@ -8913,7 +8913,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiavaria{${1:arg}}"
}
},
{
@@ -8922,7 +8922,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:a}}"
+ "snippet": "accdasiaoxia{${1:a}}"
}
},
{
@@ -8931,7 +8931,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:a}}"
+ "snippet": "accpsiliperispomeni{${1:a}}"
}
},
{
@@ -8940,7 +8940,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilioxia{${1:arg}}"
}
},
{
@@ -8949,7 +8949,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilivaria{${1:arg}}"
}
},
{
@@ -8958,7 +8958,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accinvertedbrevebelow{${1:arg}}"
}
},
{
@@ -8967,7 +8967,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "textsubarch{${1:arg}}"
}
},
{
@@ -8976,7 +8976,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accbrevebelow{${1:arg}}"
}
},
{
@@ -8985,7 +8985,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -8994,7 +8994,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -9003,7 +9003,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -9012,7 +9012,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiavaria{${1:arg}}"
}
},
{
@@ -9021,7 +9021,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "acctonos{${1:arg}}"
}
},
{
@@ -9030,7 +9030,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaoxia{${1:arg}}"
}
},
{
@@ -9039,7 +9039,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilioxia{${1:arg}}"
}
},
{
@@ -9048,7 +9048,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsilivaria{${1:arg}}"
}
},
{
@@ -9057,7 +9057,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accperispomeni{${1:arg}}"
}
},
{
@@ -9066,7 +9066,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasiaperispomeni{${1:arg}}"
}
},
{
@@ -9075,7 +9075,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsiliperispomeni{${1:arg}}"
}
},
{
@@ -9084,7 +9084,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accvaria{${1:arg}}"
}
},
{
@@ -9093,7 +9093,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accdasia{${1:arg}}"
}
},
{
@@ -9102,7 +9102,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "accpsili{${1:arg}}"
}
},
{
@@ -9180,7 +9180,7 @@
"if": "icelandic",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "tala{${1:arg}}"
}
},
{
@@ -9188,7 +9188,7 @@
"if": "icelandic",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "grada{${1:arg}}"
}
},
{
@@ -9196,7 +9196,7 @@
"if": "icelandic",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "gradur{${1:arg}}"
}
},
{
@@ -9204,7 +9204,7 @@
"if": "icelandic",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "upp{${1:arg}}"
}
},
{
@@ -9845,7 +9845,7 @@
"if": "italian",
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "ap{${1:text%plain}}"
}
},
{
@@ -9853,7 +9853,7 @@
"if": "italian",
"arg": {
"format": "{}",
- "snippet": "{${1:text%plain}}"
+ "snippet": "ped{${1:text%plain}}"
}
},
{
@@ -9861,7 +9861,7 @@
"if": "italian",
"arg": {
"format": "{}",
- "snippet": "{${1:unit}}"
+ "snippet": "unit{${1:unit}}"
}
},
{
@@ -9883,7 +9883,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}{}",
- "snippet": "{${1:encoding}}{${2:family}}{${3:open guill slot}}{${4:close guill slot}}"
+ "snippet": "CaporaliFrom{${1:encoding}}{${2:family}}{${3:open guill slot}}{${4:close guill slot}}"
}
},
{
@@ -10577,7 +10577,7 @@
"if": "macedonian",
"arg": {
"format": "{}",
- "snippet": "{${1:number}}"
+ "snippet": "Romannumeral{${1:number}}"
}
},
{
@@ -11038,7 +11038,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "overbar{${1:arg}}"
},
"detail": " ̅",
"doc": "Overbar embellishment"
@@ -11049,7 +11049,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "textoverline{${1:arg}}"
}
},
{
@@ -11058,7 +11058,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "overbarshort{${1:arg}}"
}
},
{
@@ -11067,7 +11067,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "textoverlineshort{${1:arg}}"
}
},
{
@@ -11076,7 +11076,7 @@
"unusual": true,
"arg": {
"format": "{}{}",
- "snippet": "{${1:arg1}}{${2:arg2}}"
+ "snippet": "IfItalic{${1:arg1}}{${2:arg2}}"
}
},
{
@@ -11085,7 +11085,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "tbar{${1:arg}}"
}
},
{
@@ -11172,7 +11172,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "acite*{${1:keylist}}"
}
},
{
@@ -11180,7 +11180,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Acite*{${1:keylist}}"
}
},
{
@@ -11188,7 +11188,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "acite{${1:keylist}}"
}
},
{
@@ -11196,7 +11196,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Acite{${1:keylist}}"
}
},
{
@@ -11204,7 +11204,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "apageref*{${1:label}}"
}
},
{
@@ -11212,7 +11212,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Apageref*{${1:label}}"
}
},
{
@@ -11220,7 +11220,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "apageref{${1:label}}"
}
},
{
@@ -11228,7 +11228,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Apageref{${1:label}}"
}
},
{
@@ -11236,7 +11236,7 @@
"if": "magyar",
"arg": {
"format": "()",
- "snippet": "({${1:label}})"
+ "snippet": "aref({${1:label}})"
}
},
{
@@ -11244,7 +11244,7 @@
"if": "magyar",
"arg": {
"format": "()",
- "snippet": "({${1:label}})"
+ "snippet": "Aref({${1:label}})"
}
},
{
@@ -11252,7 +11252,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "aref*{${1:label}}"
}
},
{
@@ -11260,7 +11260,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Aref*{${1:label}}"
}
},
{
@@ -11268,7 +11268,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "aref{${1:label}}"
}
},
{
@@ -11276,7 +11276,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Aref{${1:label}}"
}
},
{
@@ -11284,7 +11284,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "az*{${1:szó}}"
}
},
{
@@ -11292,7 +11292,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "Az*{${1:szó}}"
}
},
{
@@ -11300,7 +11300,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "az{${1:szó}}"
}
},
{
@@ -11308,7 +11308,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "Az{${1:szó}}"
}
},
{
@@ -11317,7 +11317,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "azc{${1:keylist}}"
}
},
{
@@ -11326,7 +11326,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Azc{${1:keylist}}"
}
},
{
@@ -11335,7 +11335,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "azp{${1:label}}"
}
},
{
@@ -11344,7 +11344,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Azp{${1:label}}"
}
},
{
@@ -11353,7 +11353,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "azr{${1:label}}"
}
},
{
@@ -11362,7 +11362,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Azr{${1:label}}"
}
},
{
@@ -11370,7 +11370,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:lábjegyzet-szöveg%text}}"
+ "snippet": "editorfootnote{${1:lábjegyzet-szöveg%text}}"
}
},
{
@@ -11378,7 +11378,7 @@
"if": "magyar",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:toldalék}]{${1:formátum}}{${2:dátum}}"
+ "snippet": "emitdate[${3:toldalék}]{${1:formátum}}{${2:dátum}}"
}
},
{
@@ -11386,7 +11386,7 @@
"if": "magyar",
"arg": {
"format": "{}{}",
- "snippet": "{${1:formátum}}{${2:dátum}}"
+ "snippet": "emitdate{${1:formátum}}{${2:dátum}}"
}
},
{
@@ -11398,7 +11398,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:előírás%keyvals}}",
+ "snippet": "footnotestyle{${1:előírás%keyvals}}",
"keys": [
"\\footnotestyle"
],
@@ -11410,7 +11410,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:bekezdéskezdő jel}}"
+ "snippet": "hang{${1:bekezdéskezdő jel}}"
}
},
{
@@ -11418,7 +11418,7 @@
"if": "magyar",
"arg": {
"format": "[]{}",
- "snippet": "[${2:szám}]{${1:lábjegyzet-szöveg%text}}"
+ "snippet": "headingfootnote[${2:szám}]{${1:lábjegyzet-szöveg%text}}"
}
},
{
@@ -11426,7 +11426,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:lábjegyzet-szöveg%text}}"
+ "snippet": "headingfootnote{${1:lábjegyzet-szöveg%text}}"
}
},
{
@@ -11444,7 +11444,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Hunumeral{${1:counter}}"
}
},
{
@@ -11452,7 +11452,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "hunumeral{${1:counter}}"
}
},
{
@@ -11460,7 +11460,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "huordinal{${1:counter}}"
}
},
{
@@ -11468,7 +11468,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Huordinal{${1:counter}}"
}
},
{
@@ -11481,7 +11481,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:környezet-név}}"
+ "snippet": "makeFootnotable{${1:környezet-név}}"
}
},
{
@@ -11489,7 +11489,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szimbólum}}"
+ "snippet": "MathBrk{${1:szimbólum}}"
}
},
{
@@ -11497,7 +11497,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szimbólum}}"
+ "snippet": "MathBrkAll{${1:szimbólum}}"
}
},
{
@@ -11505,7 +11505,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:képlet tizedestörtekkel%formula}}"
+ "snippet": "MathReal{${1:képlet tizedestörtekkel%formula}}"
}
},
{
@@ -11521,7 +11521,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "refstruc{${1:label}}"
}
},
{
@@ -11530,7 +11530,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "refstrucparen{${1:label}}"
}
},
{
@@ -11542,7 +11542,7 @@
"if": "magyar",
"arg": {
"format": "{}",
- "snippet": "{${1:szövegközti idézet%text}}"
+ "snippet": "textqq{${1:szövegközti idézet%text}}"
}
},
{
@@ -11625,7 +11625,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "acite*{${1:keylist}}"
}
},
{
@@ -11633,7 +11633,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Acite*{${1:keylist}}"
}
},
{
@@ -11641,7 +11641,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "acite{${1:keylist}}"
}
},
{
@@ -11649,7 +11649,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Acite{${1:keylist}}"
}
},
{
@@ -11657,7 +11657,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "apageref*{${1:label}}"
}
},
{
@@ -11665,7 +11665,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Apageref*{${1:label}}"
}
},
{
@@ -11673,7 +11673,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "apageref{${1:label}}"
}
},
{
@@ -11681,7 +11681,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Apageref{${1:label}}"
}
},
{
@@ -11689,7 +11689,7 @@
"if": "hungarian",
"arg": {
"format": "()",
- "snippet": "({${1:label}})"
+ "snippet": "aref({${1:label}})"
}
},
{
@@ -11697,7 +11697,7 @@
"if": "hungarian",
"arg": {
"format": "()",
- "snippet": "({${1:label}})"
+ "snippet": "Aref({${1:label}})"
}
},
{
@@ -11705,7 +11705,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "aref*{${1:label}}"
}
},
{
@@ -11713,7 +11713,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Aref*{${1:label}}"
}
},
{
@@ -11721,7 +11721,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "aref{${1:label}}"
}
},
{
@@ -11729,7 +11729,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Aref{${1:label}}"
}
},
{
@@ -11737,7 +11737,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "az*{${1:szó}}"
}
},
{
@@ -11745,7 +11745,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "Az*{${1:szó}}"
}
},
{
@@ -11753,7 +11753,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "az{${1:szó}}"
}
},
{
@@ -11761,7 +11761,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szó}}"
+ "snippet": "Az{${1:szó}}"
}
},
{
@@ -11770,7 +11770,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "azc{${1:keylist}}"
}
},
{
@@ -11779,7 +11779,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:keylist}}"
+ "snippet": "Azc{${1:keylist}}"
}
},
{
@@ -11788,7 +11788,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "azp{${1:label}}"
}
},
{
@@ -11797,7 +11797,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Azp{${1:label}}"
}
},
{
@@ -11806,7 +11806,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "azr{${1:label}}"
}
},
{
@@ -11815,7 +11815,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "Azr{${1:label}}"
}
},
{
@@ -11823,7 +11823,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:lábjegyzet-szöveg%text}}"
+ "snippet": "editorfootnote{${1:lábjegyzet-szöveg%text}}"
}
},
{
@@ -11831,7 +11831,7 @@
"if": "hungarian",
"arg": {
"format": "[]{}{}",
- "snippet": "[${3:toldalék}]{${1:formátum}}{${2:dátum}}"
+ "snippet": "emitdate[${3:toldalék}]{${1:formátum}}{${2:dátum}}"
}
},
{
@@ -11839,7 +11839,7 @@
"if": "hungarian",
"arg": {
"format": "{}{}",
- "snippet": "{${1:formátum}}{${2:dátum}}"
+ "snippet": "emitdate{${1:formátum}}{${2:dátum}}"
}
},
{
@@ -11851,7 +11851,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:előírás%keyvals}}",
+ "snippet": "footnotestyle{${1:előírás%keyvals}}",
"keys": [
"\\footnotestyle"
],
@@ -11863,7 +11863,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:bekezdéskezdő jel}}"
+ "snippet": "hang{${1:bekezdéskezdő jel}}"
}
},
{
@@ -11871,7 +11871,7 @@
"if": "hungarian",
"arg": {
"format": "[]{}",
- "snippet": "[${2:szám}]{${1:lábjegyzet-szöveg%text}}"
+ "snippet": "headingfootnote[${2:szám}]{${1:lábjegyzet-szöveg%text}}"
}
},
{
@@ -11879,7 +11879,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:lábjegyzet-szöveg%text}}"
+ "snippet": "headingfootnote{${1:lábjegyzet-szöveg%text}}"
}
},
{
@@ -11897,7 +11897,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Hunumeral{${1:counter}}"
}
},
{
@@ -11905,7 +11905,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "hunumeral{${1:counter}}"
}
},
{
@@ -11913,7 +11913,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "huordinal{${1:counter}}"
}
},
{
@@ -11921,7 +11921,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Huordinal{${1:counter}}"
}
},
{
@@ -11934,7 +11934,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:környezet-név}}"
+ "snippet": "makeFootnotable{${1:környezet-név}}"
}
},
{
@@ -11942,7 +11942,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szimbólum}}"
+ "snippet": "MathBrk{${1:szimbólum}}"
}
},
{
@@ -11950,7 +11950,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szimbólum}}"
+ "snippet": "MathBrkAll{${1:szimbólum}}"
}
},
{
@@ -11958,7 +11958,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:képlet tizedestörtekkel%formula}}"
+ "snippet": "MathReal{${1:képlet tizedestörtekkel%formula}}"
}
},
{
@@ -11974,7 +11974,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "refstruc{${1:label}}"
}
},
{
@@ -11983,7 +11983,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:label}}"
+ "snippet": "refstrucparen{${1:label}}"
}
},
{
@@ -11995,7 +11995,7 @@
"if": "hungarian",
"arg": {
"format": "{}",
- "snippet": "{${1:szövegközti idézet%text}}"
+ "snippet": "textqq{${1:szövegközti idézet%text}}"
}
},
{
@@ -12347,7 +12347,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -12414,7 +12414,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Useg{${1:counter}}"
}
},
{
@@ -12422,7 +12422,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "useg{${1:counter}}"
}
},
{
@@ -12510,7 +12510,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "C{${1:arg}}"
}
},
{
@@ -13054,7 +13054,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "f{${1:arg}}"
}
},
{
@@ -13070,7 +13070,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "k{${1:arg}}"
}
},
{
@@ -13086,7 +13086,7 @@
"if": "mongolian",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "U{${1:arg}}"
}
},
{
@@ -13915,7 +13915,7 @@
"if": "russian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "asbuk{${1:counter}}"
}
},
{
@@ -13923,7 +13923,7 @@
"if": "russian",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Asbuk{${1:counter}}"
}
},
{
@@ -14014,7 +14014,7 @@
"if": "russian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -14480,7 +14480,7 @@
"if": "russian.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "asbuk{${1:counter}}"
}
},
{
@@ -14488,7 +14488,7 @@
"if": "russian.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "Asbuk{${1:counter}}"
}
},
{
@@ -14579,7 +14579,7 @@
"if": "russian.ancient",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -15232,7 +15232,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:encap}}{${2:open}}{${3:close}}"
+ "snippet": "spanishindexchars{${1:encap}}{${2:open}}{${3:close}}"
}
},
{
@@ -15256,7 +15256,7 @@
"if": "spanish",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:año}}{${2:mes}}{${3:día}}"
+ "snippet": "spanishdate{${1:año}}{${2:mes}}{${3:día}}"
}
},
{
@@ -15264,7 +15264,7 @@
"if": "spanish",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:año}}{${2:mes}}{${3:día}}"
+ "snippet": "spanishDate{${1:año}}{${2:mes}}{${3:día}}"
}
},
{
@@ -15284,7 +15284,7 @@
"if": "spanish",
"arg": {
"format": "{}",
- "snippet": "{${1:día-uno}}"
+ "snippet": "spanishdatefirst{${1:día-uno}}"
}
},
{
@@ -15292,7 +15292,7 @@
"if": "spanish",
"arg": {
"format": "{}",
- "snippet": "{${1:caracteres}}"
+ "snippet": "spanishdeactivate{${1:caracteres}}"
}
},
{
@@ -15308,7 +15308,7 @@
"if": "spanish",
"arg": {
"format": "{}",
- "snippet": "{${1:math%formula}}"
+ "snippet": "spanishdecimal{${1:math%formula}}"
}
},
{
@@ -15316,7 +15316,7 @@
"if": "spanish",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "sptext{${1:text}}"
}
},
{
@@ -15333,7 +15333,7 @@
"if": "spanish",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "lsc{${1:text}}"
}
},
{
@@ -15928,7 +15928,7 @@
"if": "serbianc",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -16370,7 +16370,7 @@
"if": "slovak",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "q{${1:arg}}"
}
},
{
@@ -16386,7 +16386,7 @@
"if": "slovak",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "uv{${1:arg}}"
}
},
{
@@ -17006,7 +17006,7 @@
"if": "thai",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textthai{${1:text}}"
}
},
{
@@ -17014,7 +17014,7 @@
"if": "thai",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textpali{${1:text}}"
}
},
{
@@ -17026,7 +17026,7 @@
"if": "thai",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "thainum{${1:counter}}"
}
},
{
@@ -17034,7 +17034,7 @@
"if": "thai",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "thaibracenum{${1:counter}}"
}
},
{
@@ -17042,7 +17042,7 @@
"if": "thai",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "thaialph{${1:counter}}"
}
},
{
@@ -17050,7 +17050,7 @@
"if": "thai",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "thaiAlph{${1:counter}}"
}
},
{
@@ -18026,7 +18026,7 @@
"if": "ukrainian",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textcyrillic{${1:text}}"
}
},
{
@@ -18506,7 +18506,7 @@
"if": "vietnamese",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "textviet{${1:text}}"
}
},
{
@@ -18634,7 +18634,7 @@
"if": "vietnamese",
"arg": {
"format": "{}",
- "snippet": "{${1:arg}}"
+ "snippet": "h{${1:arg}}"
}
},
{
diff --git a/data/packages/beamerbaseboxes.json b/data/packages/beamerbaseboxes.json
index eae77fb8b..a79f7366f 100644
--- a/data/packages/beamerbaseboxes.json
+++ b/data/packages/beamerbaseboxes.json
@@ -6,7 +6,7 @@
"unusual": true,
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:name}}{${2:upper color}}{${3:lower color}}"
+ "snippet": "beamerboxesdeclarecolorscheme{${1:name}}{${2:upper color}}{${3:lower color}}"
}
}
],
diff --git a/data/packages/beamerbasecolor.json b/data/packages/beamerbasecolor.json
index 417c5cebc..165a44c07 100644
--- a/data/packages/beamerbasecolor.json
+++ b/data/packages/beamerbasecolor.json
@@ -5,7 +5,7 @@
"name": "setbeamercolor",
"arg": {
"format": "{}{}",
- "snippet": "{${1:beamer-color name}}{${2:options%keyvals}}",
+ "snippet": "setbeamercolor{${1:beamer-color name}}{${2:options%keyvals}}",
"keys": [
"\\setbeamercolor,\\setbeamercolor*"
],
@@ -16,7 +16,7 @@
"name": "setbeamercolor*",
"arg": {
"format": "{}{}",
- "snippet": "{${1:beamer-color name}}{${2:options%keyvals}}",
+ "snippet": "setbeamercolor*{${1:beamer-color name}}{${2:options%keyvals}}",
"keys": [
"\\setbeamercolor,\\setbeamercolor*"
],
@@ -27,14 +27,14 @@
"name": "ifbeamercolorempty",
"arg": {
"format": "{}{}{}",
- "snippet": "{${1:beamer-color name}}{${2:if undefined}}{${3:if defined}}"
+ "snippet": "ifbeamercolorempty{${1:beamer-color name}}{${2:if undefined}}{${3:if defined}}"
}
},
{
"name": "ifbeamercolorempty",
"arg": {
"format": "[]{}{}{}",
- "snippet": "[${4:fg or bg%keyvals}]{${1:beamer-color name}}{${2:if undefined}}{${3:if defined}}",
+ "snippet": "ifbeamercolorempty[${4:fg or bg%keyvals}]{${1:beamer-color name}}{${2:if undefined}}{${3:if defined}}",
"keys": [
"\\ifbeamercolorempty,\\usebeamercolor,\\usebeamercolor*"
],
@@ -45,14 +45,14 @@
"name": "usebeamercolor",
"arg": {
"format": "{}",
- "snippet": "{${1:beamer-color name}}"
+ "snippet": "usebeamercolor{${1:beamer-color name}}"
}
},
{
"name": "usebeamercolor",
"arg": {
"format": "[]{}",
- "snippet": "[${2:fg or bg%keyvals}]{${1:beamer-color name}}",
+ "snippet": "usebeamercolor[${2:fg or bg%keyvals}]{${1:beamer-color name}}",
"keys": [
"\\ifbeamercolorempty,\\usebeamercolor,\\usebeamercolor*"
],
@@ -63,14 +63,14 @@
"name": "usebeamercolor*",
"arg": {
"format": "{}",
- "snippet": "{${1:beamer-color name}}"
+ "snippet": "usebeamercolor*{${1:beamer-color name}}"
}
},
{
"name": "usebeamercolor*",
"arg": {
"format": "[]{}",
- "snippet": "[${2:fg or bg%keyvals}]{${1:beamer-color name}}",
+ "snippet": "usebeamercolor*[${2:fg or bg%keyvals}]{${1:beamer-color name}}",
"keys": [
"\\ifbeamercolorempty,\\usebeamercolor,\\usebeamercolor*"
],
diff --git a/data/packages/beamerbasefont.json b/data/packages/beamerbasefont.json
index 5feb4cd77..d8e40fdc0 100644
--- a/data/packages/beamerbasefont.json
+++ b/data/packages/beamerbasefont.json
@@ -12,7 +12,7 @@
"name": "setbeamerfont",
"arg": {
"format": "{}{}",
- "snippet": "{${1:beamer-font name}}{${2:attributes%keyvals}}",
+ "snippet": "setbeamerfont{${1:beamer-font name}}{${2:attributes%keyvals}}",
"keys": [
"\\setbeamerfont,\\setbeamerfont*"
],
@@ -23,7 +23,7 @@
"name": "setbeamerfont*",
"arg": {
"format": "{}{}",
- "snippet": "{${1:beamer-font name}}{${2:attributes%keyvals}}",
+ "snippet": "setbeamerfont*{${1:beamer-font name}}{${2:attributes%keyvals}}",
"keys": [
"\\setbeamerfont,\\setbeamerfont*"
],
@@ -34,14 +34,14 @@
"name": "usebeamerfont",
"arg": {
"format": "{}",
- "snippet": "{${1:beamer-font name}}"
+ "snippet": "usebeamerfont{${1:beamer-font name}}"
}
},
{
"name": "usebeamerfont*",
"arg": {
"format": "{}",
- "snippet": "{${1:beamer-font name}}"
+ "snippet": "usebeamerfont*{${1:beamer-font name}}"
}
},
{
diff --git a/data/packages/beamerbaseframe.json b/data/packages/beamerbaseframe.json
index fd38fd7e3..df660109f 100644
--- a/data/packages/beamerbaseframe.json
+++ b/data/packages/beamerbaseframe.json
@@ -6,7 +6,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:contents%text}}"
+ "snippet": "framelatex{${1:contents%text}}"
}
},
{
@@ -14,7 +14,7 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "refcounter{${1:counter}}"
}
},
{
@@ -33,14 +33,14 @@
"name": "resetcounteronoverlays",
"arg": {
"format": "{}",
- "snippet": "{${1:counter}}"
+ "snippet": "resetcounteronoverlays{${1:counter}}"
}
},
{
"name": "resetcountonoverlays",
"arg": {
"format": "{}",
- "snippet": "{${1:count register}}"
+ "snippet": "resetcountonoverlays{${1:count register}}"
}
},
{
@@ -52,14 +52,14 @@
"unusual": true,
"arg": {
"format": "{}",
- "snippet": "{${1:envname}}"
+ "snippet": "beamerclosesubstitutedenvironement{${1:envname}}"
}
},
{
"name": "includeonlyframes",
"arg": {
"format": "{}",
- "snippet": "{${1:frame label list}}"
+ "snippet": "includeonlyframes{${1:frame label list}}"
}
},
{
@@ -94,42 +94,42 @@
"name": "againframe",
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "againframe{${1:name}}"
}
},
{
"name": "againframe",
"arg": {
"format": "{}",
- "snippet": "{${1:name}}"
+ "snippet": "againframe{${1:name}}"
}
},
{
"name": "againframe",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options}]{${1:name}}"
+ "snippet": "againframe[${2:options}]{${1:name}}"
}
},
{
"name": "againframe",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options}]{${1:name}}"
+ "snippet": "againframe[${2:options}]{${1:name}}"
}
},
{
"name": "againframe",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:}][${3:options}]{${1:name}}"
+ "snippet": "againframe[${2:}][${3:options}]{${1:name}}"
}
},
{
"name": "againframe",
"arg": {
"format": "[][]{}",
- "snippet": "[${2:}][${3:options}]{${1:name}}"
+ "snippet": "againframe[${2:}][${3:options}]{${1:name}}"
}
}
],
diff --git a/data/packages/beamerbaseframecomponents.json b/data/packages/beamerbaseframecomponents.json
index 53b34ba85..9da9fd0b3 100644
--- a/data/packages/beamerbaseframecomponents.json
+++ b/data/packages/beamerbaseframecomponents.json
@@ -5,7 +5,7 @@
"name": "setbeamersize",
"arg": {
"format": "{}",
- "snippet": "{${1:options%keyvals}}",
+ "snippet": "setbeamersize{${1:options%keyvals}}",
"keys": [
"\\setbeamersize"
],
@@ -20,14 +20,14 @@
"name": "column",
"arg": {
"format": "{}",
- "snippet": "{${1:column width%l}}"
+ "snippet": "column{${1:column width%l}}"
}
},
{
"name": "column",
"arg": {
"format": "[]{}",
- "snippet": "[${2:placement%keyvals}]{${1:column width%l}}",
+ "snippet": "column[${2:placement%keyvals}]{${1:column width%l}}",
"keys": [
"\\begin{column},\\column"
],
@@ -38,7 +38,7 @@
"name": "column",
"arg": {
"format": "[]{}",
- "snippet": "[${2:placement%keyvals}]{${1:column width%l}}"
+ "snippet": "column[${2:placement%keyvals}]{${1:column width%l}}"
}
},
{
@@ -53,14 +53,14 @@
"name": "footnote",
"arg": {
"format": "{}",
- "snippet": "{${1:text}}"
+ "snippet": "footnote{${1:text}}"
}
},
{
"name": "footnote",
"arg": {
"format": "[]{}",
- "snippet": "[${2:options%keyvals}]{${1:text}}"
+ "snippet": "footnote[${2:options%keyvals}]{${1:text}}"
}
}
],
diff --git a/data/packages/beamerbaseframesize.json b/data/packages/beamerbaseframesize.json
index 03b062830..0d3cb8a89 100644
--- a/data/packages/beamerbaseframesize.json
+++ b/data/packages/beamerbaseframesize.json
@@ -5,14 +5,14 @@
"name": "framezoom