You'll read everywhere that regex highlighting is slow compared to treesitter ,
and yet if you open a 1.5 Millon line C file ( I simply wanted to look into the internels of a treesitter parser) #neovim will grind to halt if #treesitter is enabled, but is a breeze for the default highlighter.
9 months ago