Provides syntax highlighting and IntelliSense for .tex
files when using EJS or ETS (embedded TypeScript!)
Using JSLaTeX, the above code would output a LaTeX document which would display something similar to the following:
To compile a LaTeX file that includes EJS/ETS, please visit the site for the JSLaTeX compiler.
If you're looking for EJS syntax highlighting for regular EJS files, check out EJS/ETS language support that uses the same syntax highlighting grammar as this package (including special highlighting for the start and end EJS tags!).
Note: In order to preserve compatibility with existing LaTeX formatters, EJS in JSLaTeX uses <?
and ?>
tags instead of <%
and %>
.