mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Add Gleam parser
This commit is contained in:
parent
f476df31af
commit
84354f991a
1 changed files with 9 additions and 0 deletions
|
|
@ -326,6 +326,15 @@ list.elixir = {
|
||||||
maintainers = { "@jonatanklosko" },
|
maintainers = { "@jonatanklosko" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.gleam = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/J3RN/tree-sitter-gleam",
|
||||||
|
files = { "src/parser.c" },
|
||||||
|
branch = "main",
|
||||||
|
},
|
||||||
|
maintainers = { "@J3RN" },
|
||||||
|
}
|
||||||
|
|
||||||
list.surface = {
|
list.surface = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/connorlay/tree-sitter-surface",
|
url = "https://github.com/connorlay/tree-sitter-surface",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue