This extension provides basic syntax highlighting support for Jakarta Server Pages (JSP; formerly JavaServer Pages) in VS Code.
Note that not all JSP patterns are handled. Contributions are welcome. Please open a pull request.
To enable emmet abbreviations for JSP files (for example, to expand h1
to <h1></h1>
), add the following configuration to your settings:
"emmet.includeLanguages": {
"jsp": "html"
}