Skip to content

Commit

Permalink
fix: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyure-A committed Mar 16, 2024
1 parent 1df57ce commit 2e14cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satysfi-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e14cb9

Please sign in to comment.