mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
ruby: Update tree-sitter grammar for the Ruby language (#16892)
Closes [#7776](https://github.com/zed-industries/zed/issues/7776)
Hi, this pull request updates the tree-sitter grammar for the Ruby
language.
The changes between two version do not have any breaking change:
dc2d7d6b50..7dbc1e2d0e
Release Notes:
- N/A
This commit is contained in:
parent
5f6726acc0
commit
4c7c8b005d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ languages = ["Ruby"]
|
|||
|
||||
[grammars.ruby]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter-ruby"
|
||||
commit = "dc2d7d6b50f9975bc3c35bbec0ba11b2617b736b"
|
||||
commit = "7dbc1e2d0e2d752577655881f73b4573f3fe85d4"
|
||||
|
||||
[grammars.embedded_template]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
|
||||
|
|
Loading…
Reference in a new issue