nvim-treesitter/queries/python
Pham Huy Hoang 01e8a51451 feat(python): add "return" patterns to @indent_end
`return ...` is usually the last line of a
function/statement, so mark some possible patterns of `return` with
`@indent_end` to dedent the line after it
2023-03-16 13:41:19 +01:00
..
folds.scm python(folds): fold whole functions not only body 2022-05-15 19:14:52 +02:00
highlights.scm feat: add @string.documentation where applicable 2023-03-05 17:15:32 -05:00
indents.scm feat(python): add "return" patterns to @indent_end 2023-03-16 13:41:19 +01:00
injections.scm Remove Python docstring injections 2022-01-04 23:15:30 +01:00
locals.scm locals(python): adapt as_pattern to upstream change 2022-02-07 22:36:46 +01:00