mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
fix(elm): adapt to scanner rewrite
This commit is contained in:
parent
b75f79bc5f
commit
4ba25e973c
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@
|
|||
"revision": "7be390548a870ca9cb1bd7f59ac92457bbec7bf5"
|
||||
},
|
||||
"elm": {
|
||||
"revision": "692c50c0b961364c40299e73c1306aecb5d20f40"
|
||||
"revision": "2c6a1df7db1ca306cb04c2ada325347392b08ee0"
|
||||
},
|
||||
"elsa": {
|
||||
"revision": "0a66b2b3f3c1915e67ad2ef9f7dbd2a84820d9d7"
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ list.elixir = {
|
|||
list.elm = {
|
||||
install_info = {
|
||||
url = "https://github.com/elm-tooling/tree-sitter-elm",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@zweimach" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue