aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2023-01-08 17:12:04 +0000
committerGitHub2023-01-08 17:12:04 +0000
commitb368df57855c77be5f3ae6601f5a83b586feb7c3 (patch)
treec7a17214feb643cb623028de293bd8fe0efce279 /languages.toml
parentec639387e8476b0aea75bceff7db4b312305dad2 (diff)
Use tree-sitter-ruby for crystal (#5205)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/languages.toml b/languages.toml
index 5f16d17b..3ade3ea9 100644
--- a/languages.toml
+++ b/languages.toml
@@ -230,10 +230,7 @@ file-types = ["cr"]
roots = ["shard.yml", "shard.lock"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
-
-[[grammar]]
-name = "crystal"
-source = { git = "https://github.com/will/tree-sitter-crystal", rev = "15597b307b18028b04d288561f9c29794621562b" }
+grammar = "ruby"
[[language]]
name = "c-sharp"