From 2e14cb950da649c81dea3c06aaf68c08ef6b5d08 Mon Sep 17 00:00:00 2001 From: Kyure_A <49436968+Kyure-A@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:02:41 +0900 Subject: [PATCH] fix: previous commit --- satysfi-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satysfi-ts-mode.el b/satysfi-ts-mode.el index bab508c..abdfeec 100644 --- a/satysfi-ts-mode.el +++ b/satysfi-ts-mode.el @@ -296,7 +296,7 @@ (add-hook 'satysfi-ts-mode-hook (lambda () (setq comment-start "%") (setq comment-continue "") (setq comment-end ""))) (add-to-list 'auto-mode-alist '("\\.saty\\'" . satysfi-ts-mode)) (add-to-list 'auto-mode-alist '("\\.satyh\\'" . satysfi-ts-mode))) - (message "satysfi-language-server is not installed. To install, run \"M-x satysfi-ts-mode-install-grammar\"."))) + (message "satysfi-language-grammar is not installed. To install, run \"M-x satysfi-ts-mode-install-grammar\"."))) (provide 'satysfi-ts-mode) ;;; satysfi-ts-mode.el ends here