Skip to content

webforj/vscode-java-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.