Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 492 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 492 Bytes

Gutenberg Comment Highlight

This Visual Studio Code extension adds syntax highlighting to WordPress themes supporting Gutenberg blocks. The extension makes the comments more readable, instead of being greyed out like standard HTML comments.

The block name, beginning with wp: will show as a variable and any json strings will have basic json syntax highlighting.

Before

Without this package

After

Code highlight example