mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
feat(neovim): make neovim plugin
This commit is contained in:
parent
7c5ea5ae6a
commit
c7669cee0d
11
plugin/init.lua
Normal file
11
plugin/init.lua
Normal file
@ -0,0 +1,11 @@
|
||||
vim.filetype.add({
|
||||
pattern = { ["*%.bru"] = "bruno" },
|
||||
})
|
||||
|
||||
require("nvim-treesitter.parsers").get_parser_configs().bruno = {
|
||||
install_info = {
|
||||
url = "https://github.com/kristoferssolo/tree-sitter-bruno",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "main",
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user