/vscode-extension

A VSCode extension for syntax highlighting within JSLaTeX.

Primary LanguageTypeScriptMIT LicenseMIT

JSLaTeX VSCode Extension

Visual Studio Marketplace

Provides syntax highlighting and IntelliSense for .tex files when using EJS or ETS (embedded TypeScript!)

Syntax Highlighting Example

Using JSLaTeX, the above code would output a LaTeX document which would display something similar to the following:

Syntax Highlighting Example Output

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 %>.