This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Backslash in snippet not inserted #127
Comments
Looks like this broke with #123. Perhaps try one or three backslashes? |
Just did and neither of which is working for me, unfortunately. |
I can confirm that this is broken. Unsure whether this can be reasonably fixed at the snippet level. |
OK, so double-escaping seems to work. Using @jaenthemaen example, this works as expected '.text.tex.latex':
'\\emph{}':
'prefix': 'em'
'body': '\\\\emph{$1} $2' NB: I changed the grammar scope since this is the scope that |
Using 4 backslashes does it for me. Try:
|
Indeed, that does the trick! 👍 Thank you! |
Closed
This was referenced Sep 17, 2015
lierdakil
added a commit
to atom-haskell/language-haskell
that referenced
this issue
Jul 10, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
leads to this:
instead of:
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.
The text was updated successfully, but these errors were encountered: