mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Add embedded template to support ERB files
This commit is contained in:
parent
755bfaf287
commit
bcf091d865
4 changed files with 25 additions and 0 deletions
|
|
@ -77,6 +77,14 @@ list.c = {
|
|||
maintainers = { "@vigoux" },
|
||||
}
|
||||
|
||||
list.embedded_template = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-embedded-template",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "eruby",
|
||||
}
|
||||
|
||||
list.clojure = {
|
||||
install_info = {
|
||||
url = "https://github.com/sogaiu/tree-sitter-clojure",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue