feat(format): add :lang crystal formatter

This commit is contained in:
Ellis Kenyő
2022-08-15 07:34:52 +01:00
committed by Ellis Kenyo
parent 4d51e46c9f
commit 078bf0dd2e
2 changed files with 6 additions and 0 deletions

View File

@@ -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."))