From 239aa8bfa28ac9e9169a50314598b9abf471531a Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Mon, 8 Jan 2024 02:12:20 -0800 Subject: [PATCH] docs: mention that the emacs mode is available on MELPA (#402) --- docs/docs/09-commands-and-tools/02-ide-support.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/09-commands-and-tools/02-ide-support.md b/docs/docs/09-commands-and-tools/02-ide-support.md index ede9952fa..82a2eae25 100644 --- a/docs/docs/09-commands-and-tools/02-ide-support.md +++ b/docs/docs/09-commands-and-tools/02-ide-support.md @@ -206,7 +206,9 @@ It will be included in official releases after version 23.05. ## Emacs -[templ-ts-mode](https://github.com/danderson/templ-ts-mode) is a major mode for templ files that provides syntax highlighting, indentation, and the other usual major mode things. It requires the [tree-sitter parser](https://github.com/vrischmann/tree-sitter-templ). If the parser is missing, the mode asks you on first use whether you want to download and build it via `treesit-install-language-grammar` (requires git and a C compiler). +[templ-ts-mode](https://github.com/danderson/templ-ts-mode) is a major mode for templ files that provides syntax highlighting, indentation, and the other usual major mode things. It is available on [MELPA](https://melpa.org/#/templ-ts-mode) and can be installed like any other Emacs package. + +Templ support requires the [tree-sitter parser for Templ](https://github.com/vrischmann/tree-sitter-templ). If the parser is missing, the mode asks you on first use whether you want to download and build it via `treesit-install-language-grammar` (requires git and a C compiler). ## Troubleshooting