summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-08fix(makefile): fallback to c++14 when parser does not have cxx_standard setStephan Seitz
2022-02-08fix: revert to basic makefile where all variables are set by LuaStephan Seitz
2022-02-08fix: -Os should be used during compilation phase in makefileStephan Seitz
2022-02-08Update lockfile.jsonGitHub
2022-02-08add(vim): add highlight for more keywordsPierrick Guillaume
2022-02-08Update lockfile.json (#2490)github-actions[bot]
2022-02-07Update lockfile.jsonGitHub
2022-02-07locals(python): adapt as_pattern to upstream changeStephan Seitz
2022-02-07Update lockfile.jsonGitHub
2022-02-07feat(highlights/julia): Add missing highlights (#2464)Sergio A. Vargas
2022-02-07feat(vim): highlight default parametersZoltán Reegn
2022-02-06Update lockfile.json (#2481)github-actions[bot]
2022-02-06test(indent): fix typosMunif Tanjim
2022-02-06indents(lua): make ")" `@indent_endStephan Seitz
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