mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
feat(parsers): add bpftrace (#8399)
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:
parent
6feaebb456
commit
9177f2ff06
4 changed files with 249 additions and 0 deletions
|
|
@ -140,6 +140,14 @@ return {
|
|||
readme_note = 'Android Blueprint',
|
||||
tier = 2,
|
||||
},
|
||||
bpftrace = {
|
||||
install_info = {
|
||||
revision = '9cdfa285bb4fd3abc74cce6e2fb46f381feca987',
|
||||
url = 'https://github.com/sgruszka/tree-sitter-bpftrace',
|
||||
},
|
||||
maintainers = { '@sgruszka' },
|
||||
tier = 2,
|
||||
},
|
||||
brightscript = {
|
||||
install_info = {
|
||||
revision = '253fdfaa23814cb46c2d5fc19049fa0f2f62c6da',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue