Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 381 Bytes

Vscode Java HTML

Adds syntax highlight support for HTML & CSS placed in java text blocks:

Installation

  • Install vscode-java-html from extensions (ctrl + shift + x)

Example

Example

Usage

Simply insert

  1. The comment /*css*/, /*inline-css*/ before a CSS text block.
  2. The comment /*html*/, /*inline-html*/ before a HTML text block.