Files
doomemacs/modules/lang/web
Henrik Lissner d545fccf47 fix(:lang): missing grammar recipes
I removed the grammar recipes in 3b58741 to avoid redundancy with the
upstream recipes, but didn't realize that those upstream recipes weren't
added until Emacs 31, so users on 30 and older would get errors when
trying to install any missing grammars.

This also establishes a hard dependency between :lang (php +tree-sitter)
and :lang ({javascript,web} +tree-sitter).

Amend: 3b58741522
2025-08-31 14:39:38 +02:00
..
2019-09-03 00:59:46 -04:00
2024-09-14 20:47:39 -04:00
2025-08-31 14:39:38 +02:00
2025-08-31 14:39:38 +02:00
2025-01-09 23:47:38 -05: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, Django, and more.

Maintainers

Module flags

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

TODO Hacks

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

  • Fixes // line commenting in JSX and Javascript files (if you aren't using :lang javascript for some reason)

TODO Changelog

This module does not have a changelog yet.

TODO Installation

Enable this module in your doom! block.

Formatter

Formatting is handled using the doom-module::editor format module via prettier.

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?