Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 10589503..9d7e4be0 100644
--- a/languages.toml
+++ b/languages.toml
@@ -648,6 +648,7 @@ comment-token = "#"
indent = { tab-width = 2, unit = " " }
grammar = "ruby"
language-servers = [ "crystalline" ]
+formatter = { command = "crystal", args = ["tool", "format", "-"] }
[[language]]
name = "c-sharp"