| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-08 | fix(makefile): fallback to c++14 when parser does not have cxx_standard set | Stephan Seitz | |
| 2022-02-08 | fix: revert to basic makefile where all variables are set by Lua | Stephan Seitz | |
| Fixes #2463 | |||
| 2022-02-08 | fix: -Os should be used during compilation phase in makefile | Stephan Seitz | |
| 2022-02-08 | Update lockfile.json | GitHub | |
| 2022-02-08 | add(vim): add highlight for more keywords | Pierrick Guillaume | |
| 2022-02-08 | Update lockfile.json (#2490) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-07 | Update lockfile.json | GitHub | |
| 2022-02-07 | locals(python): adapt as_pattern to upstream change | Stephan Seitz | |
| 2022-02-07 | Update lockfile.json | GitHub | |
| 2022-02-07 | feat(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-07 | feat(vim): highlight default parameters | Zoltán Reegn | |
| 2022-02-06 | Update lockfile.json (#2481) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-06 | test(indent): fix typos | Munif Tanjim | |
| 2022-02-06 | indents(lua): make ")" `@indent_end | Stephan Seitz | |
| Fixes #2476 | |||
| 2022-02-06 | fix: readme typo, removing deprecated docs | Carlo Sala | |
| 2022-02-06 | fix: Allow re-parsing in Python, XFAIL `\` indentation test | Stephan Seitz | |
| 2022-02-06 | tests(indent): also test creating new line when still in insert mode | Stephan Seitz | |
| 2022-02-06 | tests: add test for #2086 | Stephan Seitz | |
| While this does not test the described problem in insert mode | |||
| 2022-02-06 | chore: expose start and stop highlighter | kiyan | |
| 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-06 | refacto: deprecate used_by in parsers.lua | kiyan | |
| - 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-06 | ci: use apt-get instead of apt to avoid warnings from apt | Dundar Göc | |
| 2022-02-06 | ci: remove unnecessary apt calls | Dundar Göc | |
| 2022-02-06 | Update 'troubleshooting' for using mirror. | jedsek | |
| 2022-02-06 | Update lockfile.json | GitHub | |
| 2022-02-06 | ci: remove apt update if on workflows where it's not used | Dundar Göc | |
| Shaves off 10 seconds per workflow. | |||
| 2022-02-05 | tests: Add test for C folding issue #1568 | Stephan Seitz | |
| Also this issue has already been fixed | |||
| 2022-02-05 | tests: add indent test for graphql (#2459) | Stephan Seitz | |
| Issue #1981 | |||
| 2022-02-05 | indents(lua): use `(comment) @auto` | Stephan Seitz | |
| 2022-02-05 | indens(c): use (comment) @auto | Stephan Seitz | |
| 2022-02-05 | fix(indents): ignore comment_parsers for indentation | Stephan Seitz | |
| 2022-02-05 | Update lua/nvim-treesitter/indent.lua | Stephan Seitz | |
| Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com> | |||
| 2022-02-05 | tests: only compare indents not contents in indent tests | Stephan Seitz | |
| 2022-02-05 | indents(r): fix all R tests | Stephan Seitz | |
| 2022-02-05 | indents(go): perform some changes as go fmt dictates | Stephan Seitz | |
| 2022-02-05 | indents(go): fix aligned_indent for parameter_list | Stephan Seitz | |
| 2022-02-05 | indents(go): add tests | Stephan Seitz | |
| 2022-02-05 | indents(go): remove `function_declaration` from indents | Stephan Seitz | |
| 2022-02-05 | indents(php): add another test | Stephan Seitz | |
| 2022-02-05 | indent(lua): ignore comment | Stephan Seitz | |
| 2022-02-05 | workaround(indents): avoid reparsing for indent sensitive yaml/python | Stephan Seitz | |
| 2022-02-05 | indents(python): remove branches.py from expected failures | Stephan Seitz | |
| The previous indentation actually causes a linter warning when using pep8 | |||
| 2022-02-05 | indents(c): indent always after init_declarator | Stephan Seitz | |
| 2022-02-05 | docs: add `@zero_indent` to CONTRIBUTING.md | Stephan Seitz | |
| 2022-02-05 | indents(lua): fix comment indentation | Stephan Seitz | |
| 2022-02-05 | fix(indents): re-parse before each indent | Stephan Seitz | |
| 2022-02-05 | indents(c): add zero_indent for #if | Stephan Seitz | |
| 2022-02-05 | indents(c): fix indentation on block comment | Stephan Seitz | |
| 2022-02-05 | indents(c): indent at expression_statement | Stephan Seitz | |
| 2022-02-05 | indents: refactor hanging indent | Stephan Seitz | |
| 2022-02-05 | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | |
