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
docstrings can not be recognised using the query API (I cant think of a good way and neither can others it seems nvim-treesitter/nvim-treesitter#923). Therefore we need to handle this in a preprocessing function.
Add preprosessing function in /lua/prosesitter/preprocessing.lua to recognize docstrings.
Device a method to allow users to enable only parsing docstrings.
The text was updated successfully, but these errors were encountered:
docstrings can not be recognised using the query API (I cant think of a good way and neither can others it seems nvim-treesitter/nvim-treesitter#923). Therefore we need to handle this in a preprocessing function.
The text was updated successfully, but these errors were encountered: