Is there a simple way to get Treesitter to re-parse a file for syntax highlighting?
Writing TS, with Prettier auto-formatting on save (using brew install neovim --HEAD
which is 93f15db
according to brew) and I often get lua treesitter errors, such as treesitter/highlighter: Error executing lua: ..._2/share/nvim/runtime/lua/vim/trees...
I then quit the buffer and reopen and it parses as normal but it would be nice to not need to do that!