mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
feat(format): add :lang crystal formatter
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
|
||||
(unless (executable-find "icr")
|
||||
(warn! "Couldn't find icr. REPL will not work"))
|
||||
|
||||
(unless (executable-find "crystal")
|
||||
(error! "Couldn't find crystal. Most language features will not work."))
|
||||
|
Reference in New Issue
Block a user