WIP: feat: Add templ support
Support templ templates via templ-ts-mode.
Unfortunately, this doesn't seem to work yet. describe-editorconfig-properties shows tab_width/indent_size set to the value expected from .editorconfig, but go-ts-mode-indent-offset remains at its default value, even if I call editorconfig-apply myself. Running (setq-local go-ts-mode-indent-offset 2) does change the indentation as expected.
Help appreciated :sweat_smile:
@alanpearce Hi! I tried this and saw go-ts-mode-indent-offset was successfully configured for a *.templ file, so as for me it seems to be OK. Does this not work yet in your environment?
Hmm, it does seem to work for me now. Not sure what happened in the meantime.