dvdsk / prosesitter.nvim

A (work in progress) grammar, spelling and style plugin for Neovim
MIT License
25 stars 0 forks source link

Recognise python docstrings #55

Open dvdsk opened 2 years ago

dvdsk commented 2 years ago

docstrings can not be recognised using the query API (I cant think of a good way and neither can others it seems https://github.com/nvim-treesitter/nvim-treesitter/issues/923). Therefore we need to handle this in a preprocessing function.