From 47ba2edc15ee5440d283edb59ae0dc267d6cb90f Mon Sep 17 00:00:00 2001 From: Jerome Lelong Date: Tue, 26 May 2020 22:06:32 +0200 Subject: [PATCH] Update keys commands.json to reflect command --- data/commands.json | 1276 ++++++++++++++++++++++---------------------- 1 file changed, 638 insertions(+), 638 deletions(-) diff --git a/data/commands.json b/data/commands.json index 93a83a17b..4ecf21548 100644 --- a/data/commands.json +++ b/data/commands.json @@ -1,232 +1,232 @@ { - "begin":{ - "command":"begin", - "snippet":"begin{", - "detail":"Begin a new environment", - "postAction":"editor.action.triggerSuggest" - }, - "lrparen":{ - "command":"left(", - "snippet":"left(${1}\\right)", - "detail":"\\left( ... \\right)" - }, - "lrbrack":{ - "command":"left[", - "snippet":"left[${1}\\right]", - "detail":"\\left[ ... \\right]" - }, - "lrcurly":{ - "command":"left\\{", - "snippet":"left\\{${1}\\right\\\\}", - "detail":"\\left\\{ ... \\right\\}" - }, - "biglrparen":{ - "command":"bigl(", - "snippet":"bigl(${1}\\bigr)", - "detail":"\\bigl( ... \\bigr)" - }, - "biglrbrack":{ - "command":"bigl[", - "snippet":"bigl[${1}\\bigr]", - "detail":"\\bigl[ ... \\bigr]" - }, - "biglrcurly":{ - "command":"bigl\\{", - "snippet":"bigl\\{${1}\\bigr\\\\}", - "detail":"\\bigl\\{ ... \\bigr\\}" - }, - "Biglrparen":{ - "command":"Bigl(", - "snippet":"Bigl(${1}\\Bigr)", - "detail":"\\Bigl( ... \\Bigr)" - }, - "Biglrbrack":{ - "command":"Bigl[", - "snippet":"Bigl[${1}\\Bigr]", - "detail":"\\Bigl[ ... \\Bigr]" - }, - "Biglrcurly":{ - "command":"Bigl\\{", - "snippet":"Bigl\\{${1}\\Bigr\\\\}", - "detail":"\\Bigl\\{ ... \\Bigr\\}" - }, - "bigglrparen":{ - "command":"biggl(", - "snippet":"biggl(${1}\\biggr)", - "detail":"\\biggl( ... \\biggr)" - }, - "bigglrbrack":{ - "command":"biggl[", - "snippet":"biggl[${1}\\biggr]", - "detail":"\\biggl[ ... \\biggr]" - }, - "bigglrcurly":{ - "command":"biggl\\{", - "snippet":"biggl\\{${1}\\biggr\\\\}", - "detail":"\\biggl\\{ ... \\biggr\\}" - }, - "Bigglrparen":{ - "command":"Biggl(", - "snippet":"Biggl(${1}\\Biggr)", - "detail":"\\Biggl( ... \\Biggr)" - }, - "Bigglrbrack":{ - "command":"Biggl[", - "snippet":"Biggl[${1}\\Biggr]", - "detail":"\\Biggl[ ... \\Biggr]" - }, - "Bigglrcurly":{ - "command":"Biggl\\{", - "snippet":"Biggl\\{${1}\\Biggr\\\\}", - "detail":"\\Biggl\\{ ... \\Biggr\\}" - }, - "frame":{ - "command":"frame", - "snippet":"begin{frame}\n\t\\frametitle{${1:}}\n\n\t$0\n\n\\end{frame}", - "detail":"Insert a frame", + "begin": { + "command": "begin", + "snippet": "begin{", + "detail": "Begin a new environment", + "postAction": "editor.action.triggerSuggest" + }, + "left(": { + "command": "left(", + "snippet": "left(${1}\\right)", + "detail": "\\left( ... \\right)" + }, + "left[": { + "command": "left[", + "snippet": "left[${1}\\right]", + "detail": "\\left[ ... \\right]" + }, + "left\\{": { + "command": "left\\{", + "snippet": "left\\{${1}\\right\\\\}", + "detail": "\\left\\{ ... \\right\\}" + }, + "bigl(": { + "command": "bigl(", + "snippet": "bigl(${1}\\bigr)", + "detail": "\\bigl( ... \\bigr)" + }, + "bigl[": { + "command": "bigl[", + "snippet": "bigl[${1}\\bigr]", + "detail": "\\bigl[ ... \\bigr]" + }, + "bigl\\{": { + "command": "bigl\\{", + "snippet": "bigl\\{${1}\\bigr\\\\}", + "detail": "\\bigl\\{ ... \\bigr\\}" + }, + "Bigl(": { + "command": "Bigl(", + "snippet": "Bigl(${1}\\Bigr)", + "detail": "\\Bigl( ... \\Bigr)" + }, + "Bigl[": { + "command": "Bigl[", + "snippet": "Bigl[${1}\\Bigr]", + "detail": "\\Bigl[ ... \\Bigr]" + }, + "Bigl\\{": { + "command": "Bigl\\{", + "snippet": "Bigl\\{${1}\\Bigr\\\\}", + "detail": "\\Bigl\\{ ... \\Bigr\\}" + }, + "biggl(": { + "command": "biggl(", + "snippet": "biggl(${1}\\biggr)", + "detail": "\\biggl( ... \\biggr)" + }, + "biggl[": { + "command": "biggl[", + "snippet": "biggl[${1}\\biggr]", + "detail": "\\biggl[ ... \\biggr]" + }, + "biggl\\{": { + "command": "biggl\\{", + "snippet": "biggl\\{${1}\\biggr\\\\}", + "detail": "\\biggl\\{ ... \\biggr\\}" + }, + "Biggl(": { + "command": "Biggl(", + "snippet": "Biggl(${1}\\Biggr)", + "detail": "\\Biggl( ... \\Biggr)" + }, + "Biggl[": { + "command": "Biggl[", + "snippet": "Biggl[${1}\\Biggr]", + "detail": "\\Biggl[ ... \\Biggr]" + }, + "Biggl\\{": { + "command": "Biggl\\{", + "snippet": "Biggl\\{${1}\\Biggr\\\\}", + "detail": "\\Biggl\\{ ... \\Biggr\\}" + }, + "frame": { + "command": "frame", + "snippet": "begin{frame}\n\t\\frametitle{${1:<title>}}\n\n\t$0\n\n\\end{frame}", + "detail": "Insert a frame", "label": "\\begin{frame} ... \\end{frame}" }, - "figure":{ + "figure": { "command": "figure", "snippet": "begin{figure}[${1:htbp}]\n\t\\centering\n\t$0\n\t\\caption{${2:<caption>}}\n\t\\label{${3:<label>}}\n\\end{figure}", "detail": "Insert a new figure", "label": "\\begin{figure} ... \\end{figure}" }, - "latexinlinemath":{ - "command":"(", - "snippet":"(${1}\\)", - "detail":"inline math \\( ... \\)" - }, - "latexdisplaymath":{ - "command":"[", - "snippet":"[${1}\\]", - "detail":"display math \\[ ... \\]" - }, - "curlybrackets":{ - "command":"{", - "snippet":"{${1}\\\\}", - "detail":"curly brackets \\{ ... \\}" - }, - "title":{ - "command":"title", - "snippet":"title{${1:text}}" - }, - "part":{ - "command":"part", - "snippet":"part{${1}}" - }, - "chapter":{ - "command":"chapter", - "snippet":"chapter{${1}}" - }, - "section":{ - "command":"section", - "snippet":"section{${1}}" - }, - "subsection":{ - "command":"subsection", - "snippet":"subsection{${1}}" - }, - "subsubsection":{ - "command":"subsubsection", - "snippet":"subsubsection{${1}}" - }, - "paragraph":{ - "command":"paragraph", - "snippet":"paragraph{${1}}" - }, - "subparagraph":{ - "command":"subparagraph", - "snippet":"subparagraph{${1}}" - }, - "bibliography":{ - "command":"bibliography", - "snippet":"bibliography{$1}" - }, - "bibliographystyle":{ - "command":"bibliographystyle", - "snippet":"bibliographystyle{$1}" - }, - "caption":{ - "command":"caption", - "snippet":"caption{${1}}" - }, - "footnote":{ - "command":"footnote", - "snippet":"footnote{${1}}" - }, - "cite":{ - "command":"cite", - "snippet":"cite{$1}", - "detail":"reference", - "postAction":"editor.action.triggerSuggest" - }, - "textcite":{ - "command":"textcite", - "snippet":"textcite{$1}", - "detail":"reference", - "postAction":"editor.action.triggerSuggest" - }, - "parencite":{ - "command":"parencite", - "snippet":"parencite{$1}", - "detail":"reference", - "postAction":"editor.action.triggerSuggest" - }, - "citeyear":{ - "command":"citeyear", - "snippet":"citeyear{$1}", - "postAction":"editor.action.triggerSuggest" - }, - "shortcite":{ - "command":"shortcite", - "snippet":"shortcite{$1}", - "postAction":"editor.action.triggerSuggest" - }, - "emph":{ - "command":"emph", - "snippet":"emph{${1}}" - }, - "textbf":{ - "command":"textbf", - "snippet":"textbf{${1}}" - }, - "textit":{ - "command":"textit", - "snippet":"textit{${1}}" - }, - "textmd":{ - "command":"textmd", - "snippet":"textmd{${1}}" - }, - "textnormal":{ - "command":"textnormal", - "snippet":"textnormal{${1}}" - }, - "textrm":{ - "command":"textrm", - "snippet":"textrm{${1}}" - }, - "textsc":{ - "command":"textsc", - "snippet":"textsc{${1}}" - }, - "textsf":{ - "command":"textsf", - "snippet":"textsf{${1}}" - }, - "textsl":{ - "command":"textsl", - "snippet":"textsl{${1}}", - "detail":"slanted text" - }, - "texttt":{ - "command":"texttt", - "snippet":"texttt{${1}}" - }, - "textup":{ - "command":"textup", - "snippet":"textup{${1}}" + "(": { + "command": "(", + "snippet": "(${1}\\)", + "detail": "inline math \\( ... \\)" + }, + "[": { + "command": "[", + "snippet": "[${1}\\]", + "detail": "display math \\[ ... \\]" + }, + "{": { + "command": "{", + "snippet": "{${1}\\\\}", + "detail": "curly brackets \\{ ... \\}" + }, + "title": { + "command": "title", + "snippet": "title{${1:text}}" + }, + "part": { + "command": "part", + "snippet": "part{${1}}" + }, + "chapter": { + "command": "chapter", + "snippet": "chapter{${1}}" + }, + "section": { + "command": "section", + "snippet": "section{${1}}" + }, + "subsection": { + "command": "subsection", + "snippet": "subsection{${1}}" + }, + "subsubsection": { + "command": "subsubsection", + "snippet": "subsubsection{${1}}" + }, + "paragraph": { + "command": "paragraph", + "snippet": "paragraph{${1}}" + }, + "subparagraph": { + "command": "subparagraph", + "snippet": "subparagraph{${1}}" + }, + "bibliography": { + "command": "bibliography", + "snippet": "bibliography{$1}" + }, + "bibliographystyle": { + "command": "bibliographystyle", + "snippet": "bibliographystyle{$1}" + }, + "caption": { + "command": "caption", + "snippet": "caption{${1}}" + }, + "footnote": { + "command": "footnote", + "snippet": "footnote{${1}}" + }, + "cite": { + "command": "cite", + "snippet": "cite{$1}", + "detail": "reference", + "postAction": "editor.action.triggerSuggest" + }, + "textcite": { + "command": "textcite", + "snippet": "textcite{$1}", + "detail": "reference", + "postAction": "editor.action.triggerSuggest" + }, + "parencite": { + "command": "parencite", + "snippet": "parencite{$1}", + "detail": "reference", + "postAction": "editor.action.triggerSuggest" + }, + "citeyear": { + "command": "citeyear", + "snippet": "citeyear{$1}", + "postAction": "editor.action.triggerSuggest" + }, + "shortcite": { + "command": "shortcite", + "snippet": "shortcite{$1}", + "postAction": "editor.action.triggerSuggest" + }, + "emph": { + "command": "emph", + "snippet": "emph{${1}}" + }, + "textbf": { + "command": "textbf", + "snippet": "textbf{${1}}" + }, + "textit": { + "command": "textit", + "snippet": "textit{${1}}" + }, + "textmd": { + "command": "textmd", + "snippet": "textmd{${1}}" + }, + "textnormal": { + "command": "textnormal", + "snippet": "textnormal{${1}}" + }, + "textrm": { + "command": "textrm", + "snippet": "textrm{${1}}" + }, + "textsc": { + "command": "textsc", + "snippet": "textsc{${1}}" + }, + "textsf": { + "command": "textsf", + "snippet": "textsf{${1}}" + }, + "textsl": { + "command": "textsl", + "snippet": "textsl{${1}}", + "detail": "slanted text" + }, + "texttt": { + "command": "texttt", + "snippet": "texttt{${1}}" + }, + "textup": { + "command": "textup", + "snippet": "textup{${1}}" }, "textwidth": { "command": "textwidth", @@ -236,546 +236,546 @@ "command": "ttfamily", "snippet": "ttfamily" }, - "label":{ - "command":"label{...}", - "snippet":"label{${1}}" + "label{}": { + "command": "label{...}", + "snippet": "label{${1}}" }, - "cref":{ - "command":"cref", - "snippet":"cref{${1}}", - "postAction":"editor.action.triggerSuggest" + "cref": { + "command": "cref", + "snippet": "cref{${1}}", + "postAction": "editor.action.triggerSuggest" }, - "ref":{ - "command":"ref", - "snippet":"ref{${1}}", - "postAction":"editor.action.triggerSuggest" + "ref": { + "command": "ref", + "snippet": "ref{${1}}", + "postAction": "editor.action.triggerSuggest" }, - "cpageref":{ - "command":"cpageref", - "snippet":"cpageref{$1}", - "postAction":"editor.action.triggerSuggest" + "cpageref": { + "command": "cpageref", + "snippet": "cpageref{$1}", + "postAction": "editor.action.triggerSuggest" }, - "pageref":{ - "command":"pageref", - "snippet":"pageref{$1}", - "postAction":"editor.action.triggerSuggest" + "pageref": { + "command": "pageref", + "snippet": "pageref{$1}", + "postAction": "editor.action.triggerSuggest" }, - "author":{ - "command":"author", - "snippet":"author{$1}" + "author": { + "command": "author", + "snippet": "author{$1}" }, - "pagestyle":{ - "command":"pagestyle", - "snippet":"pagestyle{$1}" + "pagestyle": { + "command": "pagestyle", + "snippet": "pagestyle{$1}" }, - "hspace":{ - "command":"hspace", - "snippet":"hspace{${1:l}}" + "hspace": { + "command": "hspace", + "snippet": "hspace{${1:l}}" }, - "hspace*":{ - "command":"hspace*", - "snippet":"hspace*{${1:l}}" + "hspace*": { + "command": "hspace*", + "snippet": "hspace*{${1:l}}" }, - "vspace":{ - "command":"vspace", - "snippet":"vspace{${1:l}}" + "vspace": { + "command": "vspace", + "snippet": "vspace{${1:l}}" }, - "vspace*":{ - "command":"vspace*", - "snippet":"vspace*{${1:l}}" + "vspace*": { + "command": "vspace*", + "snippet": "vspace*{${1:l}}" }, - "usepackage":{ - "command":"usepackage", - "snippet":"usepackage{$1}", - "postAction":"editor.action.triggerSuggest" + "usepackage": { + "command": "usepackage", + "snippet": "usepackage{$1}", + "postAction": "editor.action.triggerSuggest" }, - "item":{ - "command":"item", - "snippet":"item $0" + "item": { + "command": "item", + "snippet": "item $0" }, - "multicolumn":{ - "command":"multicolumn{n}{cols}{text}", - "snippet":"multicolumn{${1:n}}{${2:cols}}{${3:text}}" + "multicolumn{}{}{}": { + "command": "multicolumn{n}{cols}{text}", + "snippet": "multicolumn{${1:n}}{${2:cols}}{${3:text}}" }, - "documentclass":{ - "command":"documentclass", - "snippet":"documentclass{$1}" + "documentclass": { + "command": "documentclass", + "snippet": "documentclass{$1}" }, - "tableofcontents":{ - "command":"tableofcontents" + "tableofcontents": { + "command": "tableofcontents" }, - "linespread":{ - "command":"linespread", - "snippet":"linespread{${1:x}}" + "linespread": { + "command": "linespread", + "snippet": "linespread{${1:x}}" }, - "date":{ - "command":"date", - "snippet":"date{$1}" + "date": { + "command": "date", + "snippet": "date{$1}" }, - "today":{ - "command":"today" + "today": { + "command": "today" }, - "underline":{ - "command":"underline", - "snippet":"underline{${1}}", - "detail":" ̲", - "documentation":"COMBINING LOW LINE" + "underline": { + "command": "underline", + "snippet": "underline{${1}}", + "detail": " ̲", + "documentation": "COMBINING LOW LINE" }, - "rule":{ - "command":"rule{width}{height}", - "snippet":"rule{${1:width}}{${2:height}}" + "rule{}{}": { + "command": "rule{width}{height}", + "snippet": "rule{${1:width}}{${2:height}}" }, - "pagebreak":{ - "command":"pagebreak" + "pagebreak": { + "command": "pagebreak" }, - "noindent":{ - "command":"noindent" + "noindent": { + "command": "noindent" }, - "nonumber":{ - "command":"nonumber", - "detail":"Insert nonumber, shortcut @," + "nonumber": { + "command": "nonumber", + "detail": "Insert nonumber, shortcut @," }, - "kill":{ - "command":"kill" + "kill": { + "command": "kill" }, - "tiny":{ - "command":"tiny" + "tiny": { + "command": "tiny" }, - "scriptsize":{ - "command":"scriptsize" + "scriptsize": { + "command": "scriptsize" }, - "footnotesize":{ - "command":"footnotesize" + "footnotesize": { + "command": "footnotesize" }, - "small":{ - "command":"small" + "small": { + "command": "small" }, - "normalsize":{ - "command":"normalsize" + "normalsize": { + "command": "normalsize" }, - "large":{ - "command":"large" + "large": { + "command": "large" }, - "Large":{ - "command":"Large" + "Large": { + "command": "Large" }, - "LARGE":{ - "command":"LARGE" + "LARGE": { + "command": "LARGE" }, - "huge":{ - "command":"huge" + "huge": { + "command": "huge" }, - "Huge":{ - "command":"Huge" + "Huge": { + "command": "Huge" }, - "raggedleft":{ - "command":"raggedleft" + "raggedleft": { + "command": "raggedleft" }, - "raggedright":{ - "command":"raggedright" + "raggedright": { + "command": "raggedright" }, - "centering":{ - "command":"centering" + "centering": { + "command": "centering" }, - "cline":{ - "command":"cline", - "snippet":"cline{${1:x}-${2:y}}" + "cline": { + "command": "cline", + "snippet": "cline{${1:x}-${2:y}}" }, - "hline":{ - "command":"hline" + "hline": { + "command": "hline" }, - "text":{ - "command":"text", - "snippet":"text{$1}" + "text": { + "command": "text", + "snippet": "text{$1}" }, - "sqrt":{ - "command":"sqrt", - "snippet":"sqrt{$1}" + "sqrt": { + "command": "sqrt", + "snippet": "sqrt{$1}" }, - "frac":{ - "command":"frac", - "snippet":"frac{$1}{$2}" + "frac": { + "command": "frac", + "snippet": "frac{$1}{$2}" }, - "bar":{ - "command":"bar", - "snippet":"bar{$1}" + "bar": { + "command": "bar", + "snippet": "bar{$1}" }, - "alpha":{ - "command":"alpha", - "detail":"α, shortcut @a" + "alpha": { + "command": "alpha", + "detail": "α, shortcut @a" }, - "beta":{ - "command":"beta", - "detail":"β, shortcut @b" + "beta": { + "command": "beta", + "detail": "β, shortcut @b" }, - "chi":{ - "command":"chi", - "detail":"χ, shortcut @c" + "chi": { + "command": "chi", + "detail": "χ, shortcut @c" }, - "delta":{ - "command":"delta", - "detail":"δ, shortcut @d" + "delta": { + "command": "delta", + "detail": "δ, shortcut @d" }, - "epsilon":{ - "command":"epsilon", - "detail":"ε" + "epsilon": { + "command": "epsilon", + "detail": "ε" }, - "varepsilon":{ - "command":"varepsilon", - "detail":"ε, shortcut @e" + "varepsilon": { + "command": "varepsilon", + "detail": "ε, shortcut @e" }, - "eta":{ - "command":"eta", - "detail":"η, shortcut @h" + "eta": { + "command": "eta", + "detail": "η, shortcut @h" }, - "gamma":{ - "command":"gamma", - "detail":"γ, shortcut @g" + "gamma": { + "command": "gamma", + "detail": "γ, shortcut @g" }, - "iota":{ - "command":"iota", - "detail":"ι, shortcut @i" + "iota": { + "command": "iota", + "detail": "ι, shortcut @i" }, - "kappa":{ - "command":"kappa", - "detail":"κ, shortcut @k" + "kappa": { + "command": "kappa", + "detail": "κ, shortcut @k" }, - "lambda":{ - "command":"lambda", - "detail":"λ, shortcut @l" + "lambda": { + "command": "lambda", + "detail": "λ, shortcut @l" }, - "mu":{ - "command":"mu", - "detail":"μ, shortcut @m" + "mu": { + "command": "mu", + "detail": "μ, shortcut @m" }, - "nu":{ - "command":"nu", - "detail":"ν, shortcut @n" + "nu": { + "command": "nu", + "detail": "ν, shortcut @n" }, - "omega":{ - "command":"omega", - "detail":"ω, shortcut @o" + "omega": { + "command": "omega", + "detail": "ω, shortcut @o" }, - "phi":{ - "command":"phi", - "detail":"ϕ, shortcut @f" + "phi": { + "command": "phi", + "detail": "ϕ, shortcut @f" }, - "varphi":{ - "command":"varphi", - "detail":"ᵠ, shortcut @vf" + "varphi": { + "command": "varphi", + "detail": "ᵠ, shortcut @vf" }, - "pi":{ - "command":"pi", - "detail":"π, shortcut @p" + "pi": { + "command": "pi", + "detail": "π, shortcut @p" }, - "psi":{ - "command":"psi", - "detail":"ψ, shortcut @y" + "psi": { + "command": "psi", + "detail": "ψ, shortcut @y" }, - "rho":{ - "command":"rho", - "detail":"ρ, shortcut @r" + "rho": { + "command": "rho", + "detail": "ρ, shortcut @r" }, - "sigma":{ - "command":"sigma", - "detail":"σ, shortcut @s" + "sigma": { + "command": "sigma", + "detail": "σ, shortcut @s" }, - "varsigma":{ - "command":"varsigma", - "detail":"ς, shortcut @vs" + "varsigma": { + "command": "varsigma", + "detail": "ς, shortcut @vs" }, - "tau":{ - "command":"tau", - "detail":"τ, shortcut @t" + "tau": { + "command": "tau", + "detail": "τ, shortcut @t" }, - "theta":{ - "command":"theta", - "detail":"θ, shortcut @q" + "theta": { + "command": "theta", + "detail": "θ, shortcut @q" }, - "vartheta":{ - "command":"vartheta", - "detail":"θ" + "vartheta": { + "command": "vartheta", + "detail": "θ" }, - "upsilon":{ - "command":"upsilon", - "detail":"υ, shortcut @u" + "upsilon": { + "command": "upsilon", + "detail": "υ, shortcut @u" }, - "xi":{ - "command":"xi", - "detail":"ξ, shortcut @x" + "xi": { + "command": "xi", + "detail": "ξ, shortcut @x" }, - "zeta":{ - "command":"zeta", - "detail":"ζ, shortcut @z" + "zeta": { + "command": "zeta", + "detail": "ζ, shortcut @z" }, - "Delta":{ - "command":"Delta", - "detail":"Δ, shortcut @D" + "Delta": { + "command": "Delta", + "detail": "Δ, shortcut @D" }, - "Gamma":{ - "command":"Gamma", - "detail":"Γ, shortcut @G" + "Gamma": { + "command": "Gamma", + "detail": "Γ, shortcut @G" }, - "Lambda":{ - "command":"Lambda", - "detail":"Λ, shortcut @L" + "Lambda": { + "command": "Lambda", + "detail": "Λ, shortcut @L" }, - "Omega":{ - "command":"Omega", - "detail":"Ω, shortcut @W" + "Omega": { + "command": "Omega", + "detail": "Ω, shortcut @W" }, - "Phi":{ - "command":"Phi", - "detail":"Φ, shortcut @F" + "Phi": { + "command": "Phi", + "detail": "Φ, shortcut @F" }, - "Pi":{ - "command":"Pi", - "detail":"Π, shortcut @P" + "Pi": { + "command": "Pi", + "detail": "Π, shortcut @P" }, - "Psi":{ - "command":"Psi", - "detail":"Ψ, shortcut @Y" + "Psi": { + "command": "Psi", + "detail": "Ψ, shortcut @Y" }, - "Sigma":{ - "command":"Sigma", - "detail":"Σ, shortcut @S" + "Sigma": { + "command": "Sigma", + "detail": "Σ, shortcut @S" }, - "Theta":{ - "command":"Theta", - "detail":"Θ, shortcut @Q" + "Theta": { + "command": "Theta", + "detail": "Θ, shortcut @Q" }, - "Upsilon":{ - "command":"Upsilon", - "detail":"Υ, shortcut @U" + "Upsilon": { + "command": "Upsilon", + "detail": "Υ, shortcut @U" }, - "Xi":{ - "command":"Xi", - "detail":"Ξ, shortcut @X" + "Xi": { + "command": "Xi", + "detail": "Ξ, shortcut @X" }, - "exists":{ - "command":"exists", - "detail":"∃" + "exists": { + "command": "exists", + "detail": "∃" }, - "in":{ - "command":"in", - "detail":"∈" + "in": { + "command": "in", + "detail": "∈" }, - "notin":{ - "command":"notin", - "detail":"∉" + "notin": { + "command": "notin", + "detail": "∉" }, - "subset":{ - "command":"subset", - "detail":"⊂" + "subset": { + "command": "subset", + "detail": "⊂" }, - "supset":{ - "command":"supset", - "detail":"⊃" + "supset": { + "command": "supset", + "detail": "⊃" }, - "leftarrow":{ - "command":"leftarrow", - "detail":"←" + "leftarrow": { + "command": "leftarrow", + "detail": "←" }, - "Leftarrow":{ - "command":"Leftarrow", - "detail":"⇐" + "Leftarrow": { + "command": "Leftarrow", + "detail": "⇐" }, - "Leftrightarrow":{ - "command":"Leftrightarrow", - "detail":"⇔" + "Leftrightarrow": { + "command": "Leftrightarrow", + "detail": "⇔" }, - "rightarrow":{ - "command":"rightarrow", - "detail":"→" + "rightarrow": { + "command": "rightarrow", + "detail": "→" }, - "Rightarrow":{ - "command":"Rightarrow", - "detail":"⇒" + "Rightarrow": { + "command": "Rightarrow", + "detail": "⇒" }, - "infty":{ - "command":"infty", - "detail":"∞" + "infty": { + "command": "infty", + "detail": "∞" }, - "div":{ - "command":"div", - "detail":"∇ (divergence)" + "div": { + "command": "div", + "detail": "∇ (divergence)" }, - "approx":{ - "command":"approx", - "detail":"≈" + "approx": { + "command": "approx", + "detail": "≈" }, - "mid":{ - "command":"mid", - "detail":"∣" + "mid": { + "command": "mid", + "detail": "∣" }, - "neg":{ - "command":"neg", - "detail":"¬" + "neg": { + "command": "neg", + "detail": "¬" }, - "setminus":{ - "command":"setminus", - "detail":"∖, shortcut @\\" + "setminus": { + "command": "setminus", + "detail": "∖, shortcut @\\" }, - "sum":{ - "command":"sum", - "detail":"∑" + "sum": { + "command": "sum", + "detail": "∑" }, - "prime":{ - "command":"prime", - "detail":"′" + "prime": { + "command": "prime", + "detail": "′" }, - "geq":{ - "command":"geq", - "detail":"≥" + "geq": { + "command": "geq", + "detail": "≥" }, "partial": { - "command":"partial", - "detail":"∂, shortcut @6" + "command": "partial", + "detail": "∂, shortcut @6" }, - "pm":{ - "command":"pm", - "detail":"±" + "pm": { + "command": "pm", + "detail": "±" }, - "times":{ - "command":"times", - "detail":"×" + "times": { + "command": "times", + "detail": "×" }, - "cdots":{ - "command":"cdots", - "detail":"···" + "cdots": { + "command": "cdots", + "detail": "···" }, - "cap":{ - "command":"cap", - "detail":"∩" + "cap": { + "command": "cap", + "detail": "∩" }, - "bigcap":{ - "command":"bigcap", - "detail":"∩, shortcut @-" + "bigcap": { + "command": "bigcap", + "detail": "∩, shortcut @-" }, - "cup":{ - "command":"cup", - "detail":"∪" + "cup": { + "command": "cup", + "detail": "∪" }, - "bigcup":{ - "command":"bigcup", - "detail":"∪, shortcut @+" + "bigcup": { + "command": "bigcup", + "detail": "∪, shortcut @+" }, - "vee":{ - "command":"vee", - "detail":"∨" + "vee": { + "command": "vee", + "detail": "∨" }, - "prod":{ - "command":"prod", - "detail":"∏" + "prod": { + "command": "prod", + "detail": "∏" }, - "circ":{ - "command":"circ" + "circ": { + "command": "circ" }, - "wedge":{ - "command":"wedge", - "detail":"∧" + "wedge": { + "command": "wedge", + "detail": "∧" }, - "neq":{ - "command":"neq", - "detail":"≠" + "neq": { + "command": "neq", + "detail": "≠" }, - "forall":{ - "command":"forall", - "detail":"∀" + "forall": { + "command": "forall", + "detail": "∀" }, - "leq":{ - "command":"leq", - "detail":"≤" + "leq": { + "command": "leq", + "detail": "≤" }, - "equiv":{ - "command":"equiv", - "detail":"≡, shortcut @=" + "equiv": { + "command": "equiv", + "detail": "≡, shortcut @=" }, - "dot":{ - "command":"dot", - "snippet":"dot{$1}" + "dot": { + "command": "dot", + "snippet": "dot{$1}" }, - "ddot":{ - "command":"ddot", - "snippet":"ddot{$1}" + "ddot": { + "command": "ddot", + "snippet": "ddot{$1}" }, - "cdot":{ - "command":"cdot", - "detail":"·" + "cdot": { + "command": "cdot", + "detail": "·" }, - "acute":{ - "command":"acute", - "snippet":"acute{$1}", + "acute": { + "command": "acute", + "snippet": "acute{$1}", "detail": " ́", "documentation": "acute accent" }, - "breve":{ - "command":"breve", - "snippet":"breve{$1}", + "breve": { + "command": "breve", + "snippet": "breve{$1}", "detail": " ̆", "documentation": "breve" }, - "check":{ - "command":"check", - "snippet":"check{$1}", + "check": { + "command": "check", + "snippet": "check{$1}", "detail": " ̌", "documentation": "caron" }, - "grave":{ - "command":"grave", - "snippet":"grave{$1}", + "grave": { + "command": "grave", + "snippet": "grave{$1}", "detail": " ̀", "documentation": "grave accent" }, - "hat":{ - "command":"hat", - "snippet":"hat{$1}", + "hat": { + "command": "hat", + "snippet": "hat{$1}", "detail": " ̂", "documentation": "circumflex accent" }, - "widehat":{ - "command":"widehat", - "snippet":"widehat{$1}", + "widehat": { + "command": "widehat", + "snippet": "widehat{$1}", "detail": " ̂", "documentation": "wide circumflex accent" }, - "tilde":{ - "command":"tilde", - "snippet":"tilde{$1}", + "tilde": { + "command": "tilde", + "snippet": "tilde{$1}", "detail": " ̃", "documentation": "tilde" }, - "widetilde":{ - "command":"widetilde", - "snippet":"widetilde{$1}", + "widetilde": { + "command": "widetilde", + "snippet": "widetilde{$1}", "detail": " ̃", "documentation": "wide tilde" }, - "vec":{ - "command":"vec", - "snippet":"vec{$1}" + "vec": { + "command": "vec", + "snippet": "vec{$1}" }, - "input":{ - "command":"input", - "snippet":"input{$1}", - "postAction":"editor.action.triggerSuggest" + "input": { + "command": "input", + "snippet": "input{$1}", + "postAction": "editor.action.triggerSuggest" }, - "include":{ - "command":"include", - "snippet":"include{$1}", - "postAction":"editor.action.triggerSuggest" + "include": { + "command": "include", + "snippet": "include{$1}", + "postAction": "editor.action.triggerSuggest" }, - "subfile":{ - "command":"subfileincludegraphics", - "snippet":"subfile{$1}", - "postAction":"editor.action.triggerSuggest" + "subfileincludegraphics": { + "command": "subfileincludegraphics", + "snippet": "subfile{$1}", + "postAction": "editor.action.triggerSuggest" }, - "includegraphics":{ - "command":"includegraphics", - "snippet":"includegraphics{$1}", - "postAction":"editor.action.triggerSuggest" + "includegraphics": { + "command": "includegraphics", + "snippet": "includegraphics{$1}", + "postAction": "editor.action.triggerSuggest" }, - "addcontentsline": { + "addcontentsline{}{}{}": { "command": "addcontentsline{file}{secunit}{entry}", "snippet": "addcontentsline{${1:file}}{${2:secunit}}{${3:entry}}" }, @@ -835,7 +835,7 @@ "command": "clearpage", "snippet": "clearpage" }, - "contentsline": { + "contentsline{}{}{}": { "command": "contentsline{type}{text}{page}", "snippet": "contentsline{${1:type}}{${2:text}}{${3:page}}" }, @@ -846,7 +846,7 @@ "ddots": { "command": "ddots", "snippet": "ddots", - "detail":"⋱" + "detail": "⋱" }, "documentclass[]{}": { "command": "documentclass[options]{style}", @@ -880,7 +880,7 @@ "command": "footnote[number]{text}", "snippet": "footnote[${2:number}]{${1:text}}" }, - "glossaryentry": { + "glossaryentry{}{}": { "command": "glossaryentry{text}{pagenum}", "snippet": "glossaryentry{${1:text}}{${2:pagenum}}" }, @@ -895,7 +895,7 @@ "includegraphics[]{}": { "command": "includegraphics[options]{name}", "snippet": "includegraphics[${2:options}]{${1:name}}", - "postAction":"editor.action.triggerSuggest" + "postAction": "editor.action.triggerSuggest" }, "includeonly": { "command": "includeonly", @@ -953,15 +953,15 @@ "command": "marginpar[left]{right}", "snippet": "marginpar[${2:left}]{${1:right}}" }, - "marginpar": { + "marginpar{}": { "command": "marginpar{right}", "snippet": "marginpar{${1:right}}" }, - "markboth": { + "markboth{}{}": { "command": "markboth{lefthead}{righthead}", "snippet": "markboth{${1:lefthead}}{${2:righthead}}" }, - "markright": { + "markright{}": { "command": "markright{righthead}", "snippet": "markright{${1:righthead}}" }, @@ -981,7 +981,7 @@ "command": "newtheorem{envname}[numberedlike]{caption}", "snippet": "newtheorem{${1:envname}}[${2:numberedlike}]{${3:caption}}" }, - "newtheorem": { + "newtheorem{}{}": { "command": "newtheorem{envname}{caption}", "snippet": "newtheorem{${1:envname}}{${2:caption}}" }, @@ -1009,7 +1009,7 @@ "command": "nopagebreak[number]", "snippet": "nopagebreak[${1:number}]" }, - "underbrace": { + "underbrace{}": { "command": "underbrace{text}", "snippet": "underbrace{${1:text}}" }, @@ -1049,7 +1049,7 @@ "command": "parbox[position]{width}{text}", "snippet": "parbox[${3:position}]{${1:width}}{${2:text}}" }, - "parbox": { + "parbox{}{}": { "command": "parbox{width}{text}", "snippet": "parbox{${1:width}}{${2:text}}" }, @@ -1073,7 +1073,7 @@ "command": "section[short]{title}", "snippet": "section[${2:short}]{${1:title}}" }, - "stackrel": { + "stackrel{}{}": { "command": "stackrel{above}{under}", "snippet": "stackrel{${1:above}}{${2:under}}" }, @@ -1121,7 +1121,7 @@ "command": "newcommand{cmd}[args]{def}", "snippet": "newcommand{${1:cmd}}[${2:args}]{${3:def}}" }, - "newcommand": { + "newcommand{}{}": { "command": "newcommand{cmd}{def}", "snippet": "newcommand{${1:cmd}}{${2:def}}" }, @@ -1145,7 +1145,7 @@ "command": "newenvironment{nam}[args]{begdef}{enddef}", "snippet": "newenvironment{${1:nam}}[${2:args}]{${3:begdef}}{${4:enddef}}" }, - "newenvironment": { + "newenvironment{}{}{}": { "command": "newenvironment{name}{begdef}{enddef}", "snippet": "newenvironment{${1:name}}{${2:begdef}}{${3:enddef}}" }, @@ -1157,7 +1157,7 @@ "command": "renewcommand{cmd}[args]{def}", "snippet": "renewcommand{${1:cmd}}[${2:args}]{${3:def}}" }, - "renewcommand": { + "renewcommand{}{}": { "command": "renewcommand{cmd}{def}", "snippet": "renewcommand{${1:cmd}}{${2:def}}" }, @@ -1169,15 +1169,15 @@ "command": "renewenvironment{nam}[args]{begdef}{enddef}", "snippet": "renewenvironment{${1:name}}[${2:args}]{${3:begdef}}{${4:enddef}}" }, - "renewenvironment": { + "renewenvironment{}{}{}": { "command": "renewenvironment{name}{begdef}{enddef}", "snippet": "renewenvironment{${1:name}}{${2:begdef}}{${3:enddef}}" }, - "roman": { + "roman{}": { "command": "roman{counter}", "snippet": "roman{${1:counter}}" }, - "Roman": { + "Roman{}": { "command": "Roman{counter}", "snippet": "Roman{${1:counter}}" }, @@ -1205,31 +1205,31 @@ "command": "makeindex", "snippet": "makeindex" }, - "mathbb": { + "mathbb{}": { "command": "mathbb{text}", "snippet": "mathbb{${1:text}}" }, - "mathbf": { + "mathbf{}": { "command": "mathbf{text}", "snippet": "mathbf{${1:text}}" }, - "mathcal": { + "mathcal{}": { "command": "mathcal{text}", "snippet": "mathcal{${1:text}}" }, - "mathds": { + "mathds{}": { "command": "mathds{text}", "snippet": "mathds{${1:text}}" }, - "mathit": { + "mathit{}": { "command": "mathit{text}", "snippet": "mathit{${1:text}}" }, - "mathnormal": { + "mathnormal{}": { "command": "mathnormal{text}", "snippet": "mathnormal{${1:text}}" }, - "mathrm": { + "mathrm{}": { "command": "mathrm{text}", "snippet": "mathrm{${1:text}}" }, @@ -1237,12 +1237,12 @@ "command": "mathscr", "snippet": "mathscr" }, - "mathsf": { + "mathsf{}": { "command": "mathsf{text}", "snippet": "mathsf{${1:text}}" }, - "mathtt": { + "mathtt{}": { "command": "mathtt{text}", "snippet": "mathtt{${1:text}}" } -} +} \ No newline at end of file