summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-06fix: readme typo, removing deprecated docsCarlo Sala
2022-02-06fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz
2022-02-06tests(indent): also test creating new line when still in insert modeStephan Seitz
2022-02-06tests: add test for #2086Stephan Seitz
2022-02-06chore: expose start and stop highlighterkiyan
2022-02-06refacto: deprecate used_by in parsers.luakiyan
2022-02-06ci: use apt-get instead of apt to avoid warnings from aptDundar Göc
2022-02-06ci: remove unnecessary apt callsDundar Göc
2022-02-06Update 'troubleshooting' for using mirror.jedsek
2022-02-06Update lockfile.jsonGitHub
2022-02-06ci: remove apt update if on workflows where it's not usedDundar Göc
2022-02-05tests: Add test for C folding issue #1568Stephan Seitz
2022-02-05tests: add indent test for graphql (#2459)Stephan Seitz
2022-02-05indents(lua): use `(comment) @auto`Stephan Seitz
2022-02-05indens(c): use (comment) @autoStephan Seitz
2022-02-05fix(indents): ignore comment_parsers for indentationStephan Seitz
2022-02-05Update lua/nvim-treesitter/indent.luaStephan Seitz
2022-02-05tests: only compare indents not contents in indent testsStephan Seitz
2022-02-05indents(r): fix all R testsStephan Seitz
2022-02-05indents(go): perform some changes as go fmt dictatesStephan Seitz
2022-02-05indents(go): fix aligned_indent for parameter_listStephan Seitz
2022-02-05indents(go): add testsStephan Seitz
2022-02-05indents(go): remove `function_declaration` from indentsStephan Seitz
2022-02-05indents(php): add another testStephan Seitz
2022-02-05indent(lua): ignore commentStephan Seitz
2022-02-05workaround(indents): avoid reparsing for indent sensitive yaml/pythonStephan Seitz
2022-02-05indents(python): remove branches.py from expected failuresStephan Seitz
2022-02-05indents(c): indent always after init_declaratorStephan Seitz
2022-02-05docs: add `@zero_indent` to CONTRIBUTING.mdStephan Seitz
2022-02-05indents(lua): fix comment indentationStephan Seitz
2022-02-05fix(indents): re-parse before each indentStephan Seitz
2022-02-05indents(c): add zero_indent for #ifStephan Seitz
2022-02-05indents(c): fix indentation on block commentStephan Seitz
2022-02-05indents(c): indent at expression_statementStephan Seitz
2022-02-05indents: refactor hanging indentStephan Seitz
2022-02-05indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz
2022-02-05indents(cpp): indent at field_initializer_listStephan Seitz
2022-02-05feat(indents): add support for language injectionStephan Seitz
2022-02-05indents(c): fix ternaryStephan Seitz
2022-02-05ci: combine "Compile parsers" steps into a single stepDundar Göc
2022-02-05ci: combine "Check query files" steps into a single stepDundar Göc
2022-02-05ci: introduce platform-independent environment variable NVIMDundar Göc
2022-02-05injections(yaml): inject at command list for Gitlab scriptStephan Seitz
2022-02-05injections(yaml): injection on Gitlab's before_script/after_scriptStephan Seitz
2022-02-05refactor(latex): improve queries (#2457)Christian Clason
2022-02-05Rename capturesUy Ha
2022-02-05Improve `set` queriesUy Ha
2022-02-04Update lockfile.jsonGitHub
2022-02-04injections(latex): add support for minted language injectionStephan Seitz
2022-02-04fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim