fix(neovim): file extension

This commit is contained in:
Kristofers Solo 2024-12-15 17:39:24 +02:00
parent 0eed261986
commit 856138b904
5 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
vim.filetype.add({
pattern = { ["*%.bru"] = "bruno" },
extension = { bru = "bruno" },
})
require("nvim-treesitter.parsers").get_parser_configs().bruno = {