| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json | GitHub | 2022-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | ci: remove apt update if on workflows where it's not used | Dundar Göc | 2022-02-06 | 2 | -4/+0 | |
| | | | | | Shaves off 10 seconds per workflow. | |||||
| * | tests: Add test for C folding issue #1568 | Stephan Seitz | 2022-02-05 | 2 | -0/+7 | |
| | | | | | Also this issue has already been fixed | |||||
| * | tests: add indent test for graphql (#2459) | Stephan Seitz | 2022-02-05 | 2 | -0/+25 | |
| | | | | Issue #1981 | |||||
| * | indents(lua): use `(comment) @auto` | Stephan Seitz | 2022-02-05 | 3 | -10/+1 | |
| | | ||||||
| * | indens(c): use (comment) @auto | Stephan Seitz | 2022-02-05 | 1 | -4/+1 | |
| | | ||||||
| * | fix(indents): ignore comment_parsers for indentation | Stephan Seitz | 2022-02-05 | 1 | -2/+20 | |
| | | ||||||
| * | Update lua/nvim-treesitter/indent.lua | Stephan Seitz | 2022-02-05 | 2 | -4/+2 | |
| | | | | | Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com> | |||||
| * | tests: only compare indents not contents in indent tests | Stephan Seitz | 2022-02-05 | 2 | -2/+2 | |
| | | ||||||
| * | indents(r): fix all R tests | Stephan Seitz | 2022-02-05 | 2 | -10/+4 | |
| | | ||||||
| * | indents(go): perform some changes as go fmt dictates | Stephan Seitz | 2022-02-05 | 2 | -4/+9 | |
| | | ||||||
| * | indents(go): fix aligned_indent for parameter_list | Stephan Seitz | 2022-02-05 | 1 | -2/+3 | |
| | | ||||||
| * | indents(go): add tests | Stephan Seitz | 2022-02-05 | 2 | -0/+35 | |
| | | ||||||
| * | indents(go): remove `function_declaration` from indents | Stephan Seitz | 2022-02-05 | 1 | -2/+0 | |
| | | ||||||
| * | indents(php): add another test | Stephan Seitz | 2022-02-05 | 3 | -3/+15 | |
| | | ||||||
| * | indent(lua): ignore comment | Stephan Seitz | 2022-02-05 | 1 | -0/+1 | |
| | | ||||||
| * | workaround(indents): avoid reparsing for indent sensitive yaml/python | Stephan Seitz | 2022-02-05 | 1 | -6/+15 | |
| | | ||||||
| * | indents(python): remove branches.py from expected failures | Stephan Seitz | 2022-02-05 | 2 | -7/+5 | |
| | | | | | | The previous indentation actually causes a linter warning when using pep8 | |||||
| * | indents(c): indent always after init_declarator | Stephan Seitz | 2022-02-05 | 1 | -6/+1 | |
| | | ||||||
| * | docs: add `@zero_indent` to CONTRIBUTING.md | Stephan Seitz | 2022-02-05 | 2 | -1/+1 | |
| | | ||||||
| * | indents(lua): fix comment indentation | Stephan Seitz | 2022-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | fix(indents): re-parse before each indent | Stephan Seitz | 2022-02-05 | 7 | -11/+29 | |
| | | ||||||
| * | indents(c): add zero_indent for #if | Stephan Seitz | 2022-02-05 | 7 | -13/+18 | |
| | | ||||||
| * | indents(c): fix indentation on block comment | Stephan Seitz | 2022-02-05 | 5 | -12/+20 | |
| | | ||||||
| * | indents(c): indent at expression_statement | Stephan Seitz | 2022-02-05 | 1 | -3/+2 | |
| | | ||||||
| * | indents: refactor hanging indent | Stephan Seitz | 2022-02-05 | 3 | -36/+25 | |
| | | ||||||
| * | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | 2022-02-05 | 7 | -3/+26 | |
| | | ||||||
| * | indents(cpp): indent at field_initializer_list | Stephan Seitz | 2022-02-05 | 3 | -1/+20 | |
| | | ||||||
| * | feat(indents): add support for language injection | Stephan Seitz | 2022-02-05 | 1 | -3/+6 | |
| | | ||||||
| * | indents(c): fix ternary | Stephan Seitz | 2022-02-05 | 3 | -5/+2 | |
| | | ||||||
| * | ci: combine "Compile parsers" steps into a single step | Dundar Göc | 2022-02-05 | 1 | -9/+2 | |
| | | ||||||
| * | ci: combine "Check query files" steps into a single step | Dundar Göc | 2022-02-05 | 1 | -6/+1 | |
| | | ||||||
| * | ci: introduce platform-independent environment variable NVIM | Dundar Göc | 2022-02-05 | 1 | -5/+9 | |
| | | ||||||
| * | injections(yaml): inject at command list for Gitlab script | Stephan Seitz | 2022-02-05 | 1 | -0/+8 | |
| | | ||||||
| * | injections(yaml): injection on Gitlab's before_script/after_script | Stephan Seitz | 2022-02-05 | 1 | -3/+3 | |
| | | ||||||
| * | refactor(latex): improve queries (#2457) | Christian Clason | 2022-02-05 | 2 | -311/+162 | |
| | | ||||||
| * | Rename captures | Uy Ha | 2022-02-05 | 1 | -8/+8 | |
| | | ||||||
| * | Improve `set` queries | Uy Ha | 2022-02-05 | 1 | -9/+34 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | injections(latex): add support for minted language injection | Stephan Seitz | 2022-02-04 | 1 | -0/+6 | |
| | | ||||||
| * | fix(indent): lua - support `@indent_end` (#2454) | Munif Tanjim | 2022-02-04 | 2 | -0/+8 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-04 | 1 | -2/+2 | |
| | | ||||||
| * | fix(makefile): scanner.c isn't always available | kylo252 | 2022-02-04 | 1 | -4/+8 | |
| | | | | | certain parsers like `tree-sitter-go` only contain parser.{c|cc} | |||||
| * | Update lockfile.json (#2449) | github-actions[bot] | 2022-02-04 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | ci: make io_print accept nil as input argument (#2445) | dundargoc | 2022-02-04 | 1 | -0/+3 | |
| | | | | | Convert nil to an empty string, which mimicks the behavior of standard print | |||||
| * | Update README (#2447) | github-actions[bot] | 2022-02-04 | 1 | -2/+2 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | chore(latex)!: update parser and queries (#2436) | Christian Clason | 2022-02-04 | 5 | -208/+199 | |
| | | | | BREAKING CHANGE: queries for latex need adaptation | |||||
| * | Update lockfile.json (#2440) | github-actions[bot] | 2022-02-04 | 1 | -3/+3 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | Update README (#2443) | github-actions[bot] | 2022-02-03 | 1 | -1/+1 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | Updated TLA+ version, queries, maintainers (#2442) | Andrew Helwer | 2022-02-03 | 3 | -11/+13 | |
| | | ||||||
