aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix(utils): adjust truncation conditionMichael Lan2022-02-031-1/+1
|
* Update lockfile.json (#2434)github-actions[bot]2022-02-021-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* verilog highlight: add some keywords, tidy keywords (#2432)Jade Lovelace2022-02-021-13/+39
| | | | | | | | | | | | | | * Add a bunch of the OO keywords and some of the more unusual block delimiter types * Highlight macromodule like module is. * Highlight new as seen in constructor declarations like `class blah; function new(...); ... endfunction endclass` * Make endfunction a @keyword.function. This matches how lua does it. * Make tasks @keyword.function: tasks in SystemVerilog are more or less just impure functions * Highlight casex/casez like case is currently highlighted (previously these were not highlighted at all) * Highlight unique, unique0, priority for constructs like `unique case (...) ... endcase` and `priority if (...) ...`
* Update lockfile.json (#2433)github-actions[bot]2022-02-021-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2431)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2430)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2428)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2427)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>