add html support to ts-context

This commit is contained in:
LordMZTE 2022-10-05 15:48:20 +02:00
parent cc8f4f4d9e
commit efc41e6f4a
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -4,5 +4,9 @@ tsc.setup {
zig = {
"TopLevelDecl",
},
html = {
"element",
}
},
}