You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a vscode lisp file with the extension turned on
Type (modify-syntax-entry ?" "w" synTable)
See how a string has been created after the ?"
Current
Intended (except with " instead of ')
I don't know Lisp well, sorry if this is intended functionality. I am writing an elisp script and ?" seems to work without creating a string.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
(modify-syntax-entry ?" "w" synTable)
Current
Intended
I don't know Lisp well, sorry if this is intended functionality. I am writing an elisp script and ?" seems to work without creating a string.
The text was updated successfully, but these errors were encountered: