diff options
author | Nan Zhong | 2023-12-04 00:46:00 +0000 |
---|---|---|
committer | GitHub | 2023-12-04 00:46:00 +0000 |
commit | 466b87c8e5c3a2f360794b005d8b6122aa6e648d (patch) | |
tree | 860879158b5ef4b5d3f06da9ad8d7c1fb02020cd | |
parent | 86023cf1e6c9ab12446061e40c838335c5790979 (diff) |
languages: update rescript grammar (#8962)
This bump fixes a build failure of the grammer with clang.
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 10ed167b..f4ff483b 100644 --- a/languages.toml +++ b/languages.toml @@ -1523,7 +1523,7 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "rescript" -source = { git = "https://github.com/jaredramirez/tree-sitter-rescript", rev = "65609807c628477f3b94052e7ef895885ac51c3c" } +source = { git = "https://github.com/jaredramirez/tree-sitter-rescript", rev = "467dcf99f68c47823d7b378779a6b282d7ef9782" } [[language]] name = "erlang" |