doomemacs/modules/lang/web
marty bc47e72984 tweak(web): detect and set angular in web-mode
- Add @angular/core in detecting angular to set the web-angularjs minor
mode

- At the same time set the web-mode-engine to "angular" so that
`format-all` uses prettier to format ionic `*.page.html` files in
addition to `*.component.html` files.

When `format-all` sees the web-mode-engine is set to "angular", it
applies `prettier` as opposed to `html-tidy`, as `tidy` doesn't
recognise angular component tags and hence errors out. The current
web-mode only sets the engine to "angular" for "*.components.html".
However, ionic angular uses file names such as "*.page.html", setting
engine will apply prettier to these html fils.
2022-01-06 15:27:54 +01:00
..
autoload Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
test Update all unit tests 2019-09-03 00:59:46 -04:00
+css.el lang/web: fix fill-prefix on continued comments 2020-11-09 17:19:14 -05:00
+html.el tweak(web): add nxml mode to LSP enabled modes 2021-09-23 11:41:49 +02:00
config.el tweak(web): detect and set angular in web-mode 2022-01-06 15:27:54 +01:00
doctor.el doctor: Warn about missing tidy when using web 2021-05-26 21:46:17 -07:00
packages.el bump: :lang cc go javascript python ruby web 2021-12-15 15:18:11 +01:00