use css highlighting for rasi files

This commit is contained in:
Noah Masur 2023-06-01 22:55:05 -04:00
parent bad49cb2c3
commit 8d8dd8ad62

View File

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