Open tamuratak opened 2 years ago
Colorising compiler outputs would be nice. The related syntax files would go in LaTeX-Workshop. I can have a look it. Is the proposed API already in the Insider version?
Is the proposed API already in the Insider version?
Yes. You have to set "enabledApiProposals": ["outputChannelLanguage"],
in package.json
, and download vscode.proposed.outputChannelLanguage.d.ts
.
The API has been available on the stable releases sine v1.66.0.
It will be a great help! Thank you, developers.
I would like to second this request!
We can now set a language id to output channels:
With the feature, we can highlight the outputs with custom language syntax, e.g.,
latex-workshop-log.tmLanguage.json
,latex-workshop-compiler-log.tmLanguage.json
.@jlelong I think these files do not fit with jlelong/vscode-latex-basics. We had better create them on LaTeX Workshop's side. They don't have to be comprehensive. Even if they are basic ones, they would be very useful.
If you are not interested, I would like to make them.