Angular schematic file templates
Hello,
is Angular schematic's template syntax highlighting supported? https://github.com/angular/angular-devkit-schematics-builds#templating-1
If not, what file type should I set on template files to at least have basic highlighting? Thanks in advance.
请先登录再写评论。
the syntax looks similar to EJS... You can try adding your template file names to the list of patterns registered for EJS file type (Settings | Editor | File Types, EJS Combines Data And A Template To produce HTML), choosing appropriate template data language: