ruby: Add embedded_template
grammar (#11677)
This PR adds the `embedded_template` grammar to the Ruby extension, as we need it present for ERB. Release Notes: - N/A
This commit is contained in:
parent
451727d257
commit
fc584017d1
4 changed files with 4 additions and 6 deletions
|
@ -13,3 +13,7 @@ language = "Ruby"
|
|||
[grammars.ruby]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter-ruby"
|
||||
commit = "9d86f3761bb30e8dcc81e754b81d3ce91848477e"
|
||||
|
||||
[grammars.embedded_template]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter-embedded-template"
|
||||
commit = "91fc5ae1140d5c9d922312431f7d251a48d7b8ce"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue