bug: Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/treesitter/language.lua:107: no parser for 'fstab' language, see :help treesitter-parsers
#101
Labels
bug
Something isn't working
Neovim version (nvim -v)
Operating system
Linux
Terminal emulator / GUI
kitty 0.35.2
Describe the bug
I have a markdown file with a code block containing
# vim: ft=fstab
(which is a valid file type). This triggers the following error when opening said markdown file withmarkdown.nvim
enabled:To reproduce:
# vim: ft=fstab
(also occurs with# vim: ft=zzz
for example) in a code block of a new markdown filemarkdown.nvim
enabledExpected behavior
No error.
Healthcheck output
Plugin configuration
Confirmations
Additional information
No response
The text was updated successfully, but these errors were encountered: