In a LaTeX snippet, it is not possible to declare a variable after a double backslash. Example: ``` json "section": { "prefix": "sec", "body": [ "\\${1:sub}section${2:*}{${3:label}}", "\n\t$4" ], "description": "Start a subsection" } ``` expands to ``` tex \${1:sub}section*{label} ```
In a LaTeX snippet, it is not possible to declare a variable after a double backslash.
Example:
expands to
\${1:sub}section*{label}