Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.04 KB

README.md

File metadata and controls

34 lines (21 loc) · 2.04 KB

Go Jet Engine Template Syntax Highlight Support for VSCode

Launched GitHub license GitHub stars GitHub forks GitHub issues Coverage Status

Go Jet Engine Template Syntax Highlight Support for VSCode.

Current Status

Forked from @jinliming2's vscode-go-template extension and currently testing ahead of publishing in VSCode marketplace. Focus of extension is to provide Jet Syntax support for HTML files side by side with HTMX and Tailwind autocomplete.

TODO

  • Complete migration of test suite
  • Publish to VSCode marketplace

Features

  • Support syntax highlighting for Go Template embedded in HTML files.

    HTML

Known Issues

  1. This extension cannot bypass grammar check error from Language Server.
  2. Template syntax highlighting in some languages may need to reload extension. (Ctrl+Shift+P go-jet-template.reload)

Release Notes

Changelog