Jerome Lelong
Jerome Lelong
Even I maintain our own fork of `LaTeX-cwl` because there does not seem to be much activity on the original one, I would prefer to avoid changes because of LW...
The doctex syntax is far more complicated than the standard tex syntax. You can have a look at https://mirror.ibcp.fr/pub/CTAN/info/dtxtut/dtxtut.pdf for the basics of how all this works. Most latex packages...
For some strange reason, the outline in the _Explorer_ view is fine but the _Structure_ view in the TeX badge remains empty.
It seems that on OSX, vscode use `ctrl+shift+M` for `editor.action.toggleTabFocusMode` and not `option+shift+M`. At least, this is the default shortcut used by vscode on my mac with a French keyboard....
The issue only happens if you start typing `\end` with the cursor not aligned with the start of `\begin`. Note after typing the `{` in `\end{`, the lines is de-indented....
I think this is a VS Code issue. I have reported it https://github.com/microsoft/vscode/issues/178075
We can leave the issue open for now. I will take care of it.
With VS Code 1.85.1, I can reproduce https://github.com/microsoft/vscode/issues/178075 with all extensions disabled included LW  When activating LW  @James-Yu, I even tried with a clean and fresh...
Thanks for the explanations. I fixed the macro name to only consider `\cacheMeCode`. As for the `CacheMe` environment, the standard LaTeX grammar can already handle the macro `\cacheMe`. I will...
@tobiasBora I hope to be back on track to finalize this PR. If you have time, could you test this new grammar? Embedded languages should now be properly recognized inside...