add vscode tf snippets, fix tf tree-sitter

This commit is contained in:
Noah Masur
2023-07-06 12:07:29 -06:00
parent 38480e0c0c
commit d4e203a04c
6 changed files with 38 additions and 3 deletions

View File

@ -4,8 +4,8 @@
vim.filetype.add({
pattern = {
[".*%.tfvars"] = "hcl",
[".*%.tf"] = "hcl",
[".*%.tfvars"] = "terraform",
[".*%.tf"] = "terraform",
[".*%.rasi"] = "css",
},
})