summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
Fixes #2463
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]
Co-authored-by: GitHub <noreply@github.com>
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
- Add highlights for: + command strings + abstract type definitions + module `end` delimiters - Distinguish `:` in quotes and ranges (it's already highlighted differently in ternary expressions).
2022-02-07feat(vim): highlight default parametersZoltán Reegn
2022-02-06Update lockfile.json (#2481)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-06test(indent): fix typosMunif Tanjim
2022-02-06indents(lua): make ")" `@indent_endStephan Seitz
Fixes #2476
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
While this does not test the described problem in insert mode
2022-02-06chore: expose start and stop highlighterkiyan
Decompose highlighter module in small functions to allow exporting a start and stop functions without the syntax change. Also fix linter issues in configs.lua
2022-02-06refacto: deprecate used_by in parsers.luakiyan
- remove print_warning function from utils.lua (unused) - cleanup some functions in parsers.lua (parameters overloading and wrong bufnr used). - log a deprecation notice when using used_by in a parser definition - default the filetype_to_parsername table to the list of filetypes previously in the used_by keys - update the README to indicate that change
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
Shaves off 10 seconds per workflow.
2022-02-05tests: Add test for C folding issue #1568Stephan Seitz
Also this issue has already been fixed
2022-02-05tests: add indent test for graphql (#2459)Stephan Seitz
Issue #1981
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
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
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
The previous indentation actually causes a linter warning when using pep8
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