mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
fix(gleam): add scanner.c to parsers list & update lockfile
This commit is contained in:
parent
964dc882e9
commit
4096d010c5
2 changed files with 2 additions and 3 deletions
|
|
@ -529,8 +529,7 @@ list.gitignore = {
|
|||
list.gleam = {
|
||||
install_info = {
|
||||
url = "https://github.com/J3RN/tree-sitter-gleam",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue