latex-javaScript icon indicating copy to clipboard operation
latex-javaScript copied to clipboard

Whitespace after } is removed

Open leonheess opened this issue 5 years ago • 0 comments

Test: \lstinline[language=JavaScript]!import {function} from "@icm/service-name";!

results in

Test: import {function}from "@icm/service-name";

Why does it remove the space between } and from?

MWE: https://www.overleaf.com/read/nxxmvwdkvrzm

Copy of https://tex.stackexchange.com/q/520807/178966

leonheess avatar Dec 19 '19 09:12 leonheess