aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/indents.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-213/+0
|
* feat(python): Improved python indentation (#6859)Grace Petryk2024-07-161-4/+35
| | | | | | | | | | | | | * feat: improve python indentation * use lua-match * revert concatenated_string changes, handle function def hanging indents * lint * add delimiters to param query * add test cases
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-3/+2
|
* fix(python): better try-except indentation (#6097)Riley Bruins2024-02-151-2/+13
|
* chore: query formattingPham Huy Hoang2024-01-191-49/+89
|
* Add Python else elif dedent (#4618)Pham Huy Hoang2023-04-291-0/+8
| | | | | | | * feat(python): add interactive else/elif dedent * fixup * add test
* feat(python): add break/continue dedentPham Huy Hoang2023-03-251-0/+5
|
* feat(python): add match-case indentsPham Huy Hoang2023-03-251-0/+4
|
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-66/+60
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* split delimiter into open_delimiter and close_delimiterGeorge Harker2023-03-241-13/+29
|
* refactor(indent)!: Rework indent, aligned indentGeorge Harker2023-03-241-19/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indents now use @indent.X style captures, and indent.PROP for properties to set on those captures, as documented in the help. Captures are: indent.auto indent.begin indent.end indent.dedent indent.branch indent.ignore indent.align indent.zero Properties are: indent.immediate indent.start_at_same_line indent.open_delimiter indent.close_delimiter indent.increment indent.avoid_last_matching_next Multiple opening delims on one line and multiple closing on a line are collapsed so as not to over indent, The final line of @indent.align blocks which must in some cases be treated specially to avoid clashing with the next line is treated the same regardless of whether the @indent.align capture actually uses aligned indentation or just normal indentation. The indent.avoid_last_matching_next property controls this. Adjust python to use these. List, set, dict and tuple all use @indent.align which permits both hanging and aligned styles. Finally, try: on it’s own will indent when typing live but make no guaranteeds about whole-file formatting. Includes lucario387:fix-align-indent
* feat(python): add "return" patterns to @indent_endPham Huy Hoang2023-03-161-0/+9
| | | | | | `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
* fix(python): add missing @indent_endPham Huy Hoang2023-03-161-2/+16
|
* fix: change folding algorithm to fix Python indentsGeorge Harker2023-03-151-11/+27
|
* fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz2022-02-061-1/+0
|
* indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz2022-02-051-0/+2
|
* feat(indent): support `@aligned_indent` for pythonMunif Tanjim2022-01-211-3/+14
|
* feat: rewrite indent moduleMunif Tanjim2022-01-211-9/+4
|
* indent: add Python @ignore queriesJędrzej Boczar2021-01-141-0/+4
|
* indent: add Python @return queriesJędrzej Boczar2021-01-141-0/+6
|
* Improve python/indents.scmJędrzej Boczar2020-12-211-7/+29
|
* Update indents.scmEvan2020-12-181-0/+2
|
* Create indents.scm for pythonEvan2020-12-181-0/+14