nvim-treesitter/runtime/queries/python
Omar Valdez 2c13e88c31
fix(python): correct highlighting of docstrings
The node `expression_statement` was changed to a supertype in the python
parser, which caused the docstring query to capture all strings as
`@string.documentation`.
This commit restores the behavior as it was discussed in #7788.
2025-09-17 23:39:57 -07:00
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm fix(python): correct highlighting of docstrings 2025-09-17 23:39:57 -07:00
indents.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
injections.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
locals.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00