mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 05:10:04 -04:00
added b lang
This commit is contained in:
parent
27b0bd487c
commit
39dc0f6d01
7 changed files with 567 additions and 0 deletions
|
|
@ -75,6 +75,13 @@ return {
|
|||
},
|
||||
tier = 2,
|
||||
},
|
||||
b = {
|
||||
install_info = {
|
||||
revision = '353237b4e3325f73c4eb1f745048c6bcac763953',
|
||||
url = 'https://github.com/VoxelPrismatic/tree-sitter-b',
|
||||
},
|
||||
tier = 2,
|
||||
},
|
||||
bash = {
|
||||
install_info = {
|
||||
revision = '0c46d792d54c536be5ff7eb18eb95c70fccdb232',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue