Skip to content

VSCode extension for templ.

License

Notifications You must be signed in to change notification settings

templ-go/templ-vscode

Repository files navigation

templ

Features

Syntax highlighting for the templ language (https://github.com/a-h/templ).

Requirements

Requires templ and gopls on the system path to function.

Issues

Please raise any issues in https://github.com/a-h/templ

Tasks

compile

npm run compile

test

npm run test

test-update

npm run test:update

version

requires: compile

npm run version

package

requires: version

npm run package

publish

requires: package

npm run package