diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-04-22 19:56:30 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 214cfcf851d95a4c4f2dc7526b95ce9d31c88a76 (patch) | |
| tree | 8767ed993c7cd6d72a05fe64b46b9835c943c221 /plugin | |
| parent | feat!: track parser revision in Lua (diff) | |
| download | nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.gz nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.bz2 nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.lz nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.xz nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.zst nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.zip | |
feat!: use tree-sitter build
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/filetypes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua index a4c236ec3..82b2900ac 100644 --- a/plugin/filetypes.lua +++ b/plugin/filetypes.lua @@ -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' }, |
