Skip to content

JSP syntax highlighting for VS Code

License

Notifications You must be signed in to change notification settings

samuel-weinhardt/vscode-jsp-lang

Repository files navigation

JSP Language Support

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.

Example image

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"
}

About

JSP syntax highlighting for VS Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published