Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSTL Language SupportNew to Visual Studio Code? Get it now.
JSTL Language Support

JSTL Language Support

jsxtools

|
6,312 installs
| (0) | Free
JSTL Language Support adds support for JavaScript Template Literal files in Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSTL Language Support JSTL

Installs Rating Support Chat

JSTL Language Support adds support for JavaScript Template Literal files in Visual Studio Code.

---
title: JSTL Support
features:
- slim and flexible
- better for configuration
---
<!doctype html>
<html>
  <head>
    <title>${title}</title>
  </head>
  <body>
    <h1>${title}</h1>
    <ul>
      ${features.map(feature => (
        <li>{feature.toUpperCase()}!</li>
      ))}
    </ul>
  </body>
</html>

This syntax is applied to .jstl files. It is also applied to jstl code blocks in Markdown, and also to <script type=text/jstl> code blocks in HTML.

Usage

JavaScript Template Literal files can be used in:

  • Eleventy (sample)

Installation

  1. Open the command palette and select Extensions: Install Extensions
  2. Search for JSTL Language Support
  3. Click Install
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft