Skip to content

Commit b3a4142

Browse files
committed
update readme
1 parent db917e8 commit b3a4142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ General Options:
2525
>[!WARNING]
2626
>SuperHTML only supports HTML5 (the WHATWG living spec) regardless of what you put in your doctype (a warning will be generated for unsupported doctypes).
2727
28+
>[!WARNING]
29+
>Templated HTML (Jinja2, Angular, Mustache, ...) is not yet supported when all validation rules are enabled, use `--syntax-only` (or the relative Extension Setting in VSCode) to limit validation to syntax errors. Compatibility with populas templating languages is being explored.
30+
31+
2832
### Diagnostics
2933
SuperHTML validates not only syntax but also element nesting and attribute values.
3034
No other language server implements the full HTML spec in its validation code.

0 commit comments

Comments
 (0)