nvim-treesitter/queries/python
Rafik Draoui 9b262596e0 Remove Python docstring injections
These injections lead to inconsistent highlighting since some edge cases
aren't handled (as mentioned in the PR description that introduced the
injections [0]). Besides, not all Python projects use reStructuredText
syntax in docstrings.

If someone still wants to use them, they can extend the base injection
queries through `after/queries/` [1] or enable them with
`vim.treesitter.set_query`.

See also: https://github.com/nvim-treesitter/nvim-treesitter/pull/1204

[0]: https://github.com/nvim-treesitter/nvim-treesitter/pull/917
[1]: ad69e2528a (adding-queries)
2022-01-04 23:15:30 +01:00
..
folds.scm Python (folds): allow to fold strings 2021-01-02 04:21:47 +01:00
highlights.scm Update queries 2021-12-22 21:17:28 +01:00
indents.scm indent: add Python @ignore queries 2021-01-14 13:54:43 +01:00
injections.scm Remove Python docstring injections 2022-01-04 23:15:30 +01:00
locals.scm chore: fix typos 2021-11-02 23:47:48 +01:00