feat!: use tree-sitter build

This commit is contained in:
Christian Clason 2024-04-22 19:56:30 +02:00
parent c17de56890
commit 214cfcf851
13 changed files with 443 additions and 898 deletions

View file

@ -28,7 +28,7 @@ local filetypes = {
latex = { 'tex' },
m68k = { 'asm68k' },
make = { 'automake' },
markdown = { 'pandoc', 'quarto', 'rmd' },
markdown = { 'pandoc' },
muttrc = { 'neomuttrc' },
ocaml_interface = { 'ocamlinterface' },
perl = { 'pl' },