This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Backslash in snippet not inserted #127
Closed
Description
I'm using a number of latex snippets that have stopped working with the latest update of the editor (running the latest OSX version). The backslash in these snippets is no longer inserted, meaning this:
'.text.latex':
'\\emph{}':
'prefix': 'em'
'body': '\\emph{$1} $2'
leads to this:
emph{}
instead of:
\emph{}
It also doesn't seem to matter where the double backslash is placed in the snippet. It is ignored whenever another letter is following the double backslash.
Metadata
Metadata
Assignees
Labels
No labels