summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-11 15:36:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-11 15:36:52 +0200
commit7ff7e7624dea703a5f23e31910081f2f4bc9a3cb (patch)
treef3570be042c5744d60c20dbd18d484dec8cb3ca2 /.config
parentdbda47d09961b3527b965470845034c78136bab8 (diff)
emacs: FormattingHEADmaster
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-treesit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-treesit.el b/.config/emacs/modules/mm-treesit.el
index 4e052de..89c1513 100644
--- a/.config/emacs/modules/mm-treesit.el
+++ b/.config/emacs/modules/mm-treesit.el
@@ -116,7 +116,7 @@ The parsers are taken from `treesit-language-source-alist'."
(typescript . "\\.ts\\'"))
"Alist mapping languages to their associated file-names.
This alist is a set of pairs of the form (LANG . REGEXP) where LANG is
-the symbol corresponding to a major mode with the ‘-ts-mode’ suffix
+the symbol corresponding to a major mode with the `-ts-mode' suffix
removed. REGEXP is a regular expression matching filenames for which
the associated language’s major-mode should be enabled.