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
|
|
@ -59,6 +59,7 @@ local filetypes = {
|
|||
vhs = { 'tape' },
|
||||
xml = { 'xsd', 'xslt', 'svg' },
|
||||
xresources = { 'xdefaults' },
|
||||
b = { 'b' },
|
||||
}
|
||||
|
||||
for lang, ft in pairs(filetypes) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue