mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-02-04 14:32:08 +00:00
feat(neovim): make neovim plugin
This commit is contained in:
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",
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user