diff options
author | Michael Davis | 2022-03-10 07:54:57 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-10 08:31:57 +0000 |
commit | 94203a97e54cd9c97aca0e053fc8a70e33147a6e (patch) | |
tree | 3e8b563f0db34a16a368216db81d6814bf9bb5fc | |
parent | e01c53551db82146b59415498fc8f588f237b22c (diff) |
update revision for tree-sitter-rescript
Looks like this was rebased a few hours ago and now the 789a171
revision no longer exists.
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index b0ed4b34..4c2bb1c4 100644 --- a/languages.toml +++ b/languages.toml @@ -941,7 +941,7 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "rescript" -source = { git = "https://github.com/jaredramirez/tree-sitter-rescript", rev = "789a171d9bcf73f6d76e67aca39ed14a75375b04" } +source = { git = "https://github.com/jaredramirez/tree-sitter-rescript", rev = "4cd7ba91696886fdaca086fb32b5fd8cc294a129" } [[language]] name = "erlang" |