Highlighting
It's arguably the most important feature for developers. It makes your templates feel like the real HTML instead of the dumb strings.
You are lucky if VS Code is the editor of your choice. htmf as accompanied by the vscode-python-fstring-dsl extension.
All examples in this documentation are highlighted by it.
Installation
Get it on VisualStudio Marketplace
Or install from VS Code Quick Open (Ctrl+P
):
ext install jkmnt.vscode-python-fstring-dsl
Currently there are no plans to support other editors.