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
|
@ -36,10 +36,6 @@ pub fn init(
|
|||
("c", tree_sitter_c::language()),
|
||||
("cpp", tree_sitter_cpp::language()),
|
||||
("css", tree_sitter_css::language()),
|
||||
(
|
||||
"embedded_template",
|
||||
tree_sitter_embedded_template::language(),
|
||||
),
|
||||
("go", tree_sitter_go::language()),
|
||||
("gomod", tree_sitter_gomod::language()),
|
||||
("gowork", tree_sitter_gowork::language()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue