1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-02-21 12:14:47 +01:00

nvim: added viper highlighting

This commit is contained in:
2026-02-20 07:13:27 +01:00
parent 8c75a5097a
commit 4db7a89731
2 changed files with 25 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ vim.filetype.add({
sage = "python",
sh = "bash",
tex = "tex",
vpr = "viper",
},
})