add hcl parser

This commit is contained in:
mhoffm 2021-06-28 19:11:33 +02:00 committed by Stephan Seitz
parent 6d5b4f19f3
commit 9275a15aad
5 changed files with 91 additions and 0 deletions

View file

@ -348,6 +348,16 @@ list.haskell = {
}
}
list.hcl = {
install_info = {
url = "https://github.com/MichaHoffmann/tree-sitter-hcl",
files = {"src/parser.c", "src/scanner.cc"},
branch = "main"
},
filetype = "hcl",
used_by = {"tf", "tfvars"}
}
-- FIXME(vigoux): markdown is broken for now
-- list.markdown = {
-- install_info = {