You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neovim crashes (because of treesitter) when trying to open an HTML file that has a base64 encoded image. I'm sure it is treesitter that is causing this because when I disable the plugin, it doesn't crash. Please see the attached video
recorded_video.mp4
Steps to reproduce
Open up the provided HTML file (or any HTML file with base64 encoded) with neovim with treesitter installed. (renamed it to index.txt as github doesn't allow HTML files) index.txt
Expected behavior
It shouldn't crash and render the HTML as expected