aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-02-061-1/+1
|
* ci: remove apt update if on workflows where it's not usedDundar Göc2022-02-062-4/+0
| | | | Shaves off 10 seconds per workflow.
* tests: Add test for C folding issue #1568Stephan Seitz2022-02-052-0/+7
| | | | Also this issue has already been fixed
* tests: add indent test for graphql (#2459)Stephan Seitz2022-02-052-0/+25
| | | Issue #1981
* indents(lua): use `(comment) @auto`Stephan Seitz2022-02-053-10/+1
|
* indens(c): use (comment) @autoStephan Seitz2022-02-051-4/+1
|
* fix(indents): ignore comment_parsers for indentationStephan Seitz2022-02-051-2/+20
|
* Update lua/nvim-treesitter/indent.luaStephan Seitz2022-02-052-4/+2
| | | | Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
* tests: only compare indents not contents in indent testsStephan Seitz2022-02-052-2/+2
|
* indents(r): fix all R testsStephan Seitz2022-02-052-10/+4
|
* indents(go): perform some changes as go fmt dictatesStephan Seitz2022-02-052-4/+9
|
* indents(go): fix aligned_indent for parameter_listStephan Seitz2022-02-051-2/+3
|
* indents(go): add testsStephan Seitz2022-02-052-0/+35
|
* indents(go): remove `function_declaration` from indentsStephan Seitz2022-02-051-2/+0
|
* indents(php): add another testStephan Seitz2022-02-053-3/+15
|
* indent(lua): ignore commentStephan Seitz2022-02-051-0/+1
|
* workaround(indents): avoid reparsing for indent sensitive yaml/pythonStephan Seitz2022-02-051-6/+15
|
* indents(python): remove branches.py from expected failuresStephan Seitz2022-02-052-7/+5
| | | | | The previous indentation actually causes a linter warning when using pep8
* indents(c): indent always after init_declaratorStephan Seitz2022-02-051-6/+1
|
* docs: add `@zero_indent` to CONTRIBUTING.mdStephan Seitz2022-02-052-1/+1
|
* indents(lua): fix comment indentationStephan Seitz2022-02-051-1/+1
|
* fix(indents): re-parse before each indentStephan Seitz2022-02-057-11/+29
|
* indents(c): add zero_indent for #ifStephan Seitz2022-02-057-13/+18
|
* indents(c): fix indentation on block commentStephan Seitz2022-02-055-12/+20
|
* indents(c): indent at expression_statementStephan Seitz2022-02-051-3/+2
|
* indents: refactor hanging indentStephan Seitz2022-02-053-36/+25
|
* indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz2022-02-057-3/+26
|
* indents(cpp): indent at field_initializer_listStephan Seitz2022-02-053-1/+20
|
* feat(indents): add support for language injectionStephan Seitz2022-02-051-3/+6
|
* indents(c): fix ternaryStephan Seitz2022-02-053-5/+2
|
* ci: combine "Compile parsers" steps into a single stepDundar Göc2022-02-051-9/+2
|
* ci: combine "Check query files" steps into a single stepDundar Göc2022-02-051-6/+1
|
* ci: introduce platform-independent environment variable NVIMDundar Göc2022-02-051-5/+9
|
* injections(yaml): inject at command list for Gitlab scriptStephan Seitz2022-02-051-0/+8
|
* injections(yaml): injection on Gitlab's before_script/after_scriptStephan Seitz2022-02-051-3/+3
|
* refactor(latex): improve queries (#2457)Christian Clason2022-02-052-311/+162
|
* Rename capturesUy Ha2022-02-051-8/+8
|
* Improve `set` queriesUy Ha2022-02-051-9/+34
|
* Update lockfile.jsonGitHub2022-02-041-1/+1
|
* injections(latex): add support for minted language injectionStephan Seitz2022-02-041-0/+6
|
* fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim2022-02-042-0/+8
|
* Update lockfile.jsonGitHub2022-02-041-2/+2
|
* fix(makefile): scanner.c isn't always availablekylo2522022-02-041-4/+8
| | | | certain parsers like `tree-sitter-go` only contain parser.{c|cc}
* Update lockfile.json (#2449)github-actions[bot]2022-02-041-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* ci: make io_print accept nil as input argument (#2445)dundargoc2022-02-041-0/+3
| | | | Convert nil to an empty string, which mimicks the behavior of standard print
* Update README (#2447)github-actions[bot]2022-02-041-2/+2
| | | Co-authored-by: Github Actions <actions@github>
* chore(latex)!: update parser and queries (#2436)Christian Clason2022-02-045-208/+199
| | | BREAKING CHANGE: queries for latex need adaptation
* Update lockfile.json (#2440)github-actions[bot]2022-02-041-3/+3
| | | Co-authored-by: Github Actions <actions@github>
* Update README (#2443)github-actions[bot]2022-02-031-1/+1
| | | Co-authored-by: Github Actions <actions@github>
* Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer2022-02-033-11/+13
|