mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
fix(neovim): file extension
This commit is contained in:
parent
0eed261986
commit
856138b904
@ -1,5 +1,5 @@
|
||||
vim.filetype.add({
|
||||
pattern = { ["*%.bru"] = "bruno" },
|
||||
extension = { bru = "bruno" },
|
||||
})
|
||||
|
||||
require("nvim-treesitter.parsers").get_parser_configs().bruno = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user