diff options
| author | Stanislaw Gruszka <stf_xl@wp.pl> | 2026-01-08 06:59:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-07 21:59:10 -0800 |
| commit | 9177f2ff061627f0af0f994e3a3c620a84c0c59b (patch) | |
| tree | a8a25854fccc8170114fffce7fdc27b75309a4ce /lua | |
| parent | feat(kos): highlights improvements (#8404) (diff) | |
| download | nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.tar nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.tar.gz nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.tar.bz2 nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.tar.lz nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.tar.xz nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.tar.zst nvim-treesitter-9177f2ff061627f0af0f994e3a3c620a84c0c59b.zip | |
feat(parsers): add bpftrace (#8399)
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index e8af232b6..1aa37c35c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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', |
