fix(hcl, terraform): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-07-27 02:54:03 -04:00 committed by Christian Clason
parent 25158a8b39
commit 203981d288
2 changed files with 4 additions and 4 deletions

View file

@ -662,7 +662,7 @@ list.haskell_persistent = {
list.hcl = {
install_info = {
url = "https://github.com/MichaHoffmann/tree-sitter-hcl",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@MichaHoffmann" },
}
@ -1537,7 +1537,7 @@ list.teal = {
list.terraform = {
install_info = {
url = "https://github.com/MichaHoffmann/tree-sitter-hcl",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
location = "dialects/terraform",
},
maintainers = { "@MichaHoffmann" },