mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
fix(hcl, terraform): adapt to scanner rewrite
This commit is contained in:
parent
25158a8b39
commit
203981d288
2 changed files with 4 additions and 4 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue