Skip to content
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
@jaenthemaen

Description

@jaenthemaen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions