mirror of
https://github.com/nmasur/dotfiles
synced 2025-11-23 05:42:42 +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