doomemacs/modules/lang/web
Henrik Lissner 1255315bfc
refactor(docs): replace nav menus with virtual one
Now that the header is dynamically generated (when doom-docs-mode is
active), a literal header is unnecessary.
2022-08-02 19:37:07 +02: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 Fix emmet for non-evil users 2020-04-18 21:08:41 -04:00
doctor.el doctor: Warn about missing tidy when using web 2021-05-26 21:46:17 -07:00
packages.el bump: :lang 2021-09-15 01:22:33 +02:00
README.org refactor(docs): replace nav menus with virtual one 2022-08-02 19:37:07 +02:00

:lang web

Description   unfold

This module adds support for various web languages, including HTML5, CSS, SASS/SCSS, Pug/Jade/Slim, and HAML, as well as various web frameworks, like ReactJS, Wordpress, Jekyll, Phaser, AngularJS, Djano, and more.

Maintainers

Module flags

+lsp
Enable LSP support for web-mode and css-mode. Requires :tools lsp and a langserver.
+tree-sitter
Leverages tree-sitter for better syntax highlighting and structural text editing. Requires :tools tree-sitter.

TODO Hacks

🔨 This module's hacks haven't been documented yet. Document them?

TODO Changelog

This module does not have a changelog yet.

TODO Installation

Enable this module in your doom! block.

🔨 No installation steps have been documented. Document them?

TODO Usage

🔨 This module has no usage documentation yet. Write some?

TODO Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?