mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
add hcl parser
This commit is contained in:
parent
6d5b4f19f3
commit
9275a15aad
5 changed files with 91 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue