28 May
2021
28 May
'21
12:46 p.m.
Thanks. I have updated to version 2021.05.23 and run `mtxrun --generate`. Syntax highlighting is fine, but with LMTX I'm still getting an en-dash. Below, a MWE.
Can you test if the file tests/vim/21-en-dash.tex works fine at your end:
https://github.com/adityam/filter/blob/dev/tests/vim/21-en-dash.tex
No, I get an en-dash with that, too. Log included below.
For now, please use align=flushleft, either globally:
\setupsyntaxhighlighting[align=flushleft]
or as part of defining the typing environment:
\definevimtyping[...][...., align=flushleft, ...]
I can confirm that this workaround works for me. Nicola