mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 08:00:14 +00:00
add custom treesitter grammars
This commit is contained in:
@ -6,7 +6,7 @@ vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.tfvars"] = "terraform",
|
||||
[".*%.tf"] = "terraform",
|
||||
[".*%.rasi"] = "css",
|
||||
[".*%.rasi"] = "rasi",
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user