| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json (#2529) | github-actions[bot] | 2022-02-14 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json (#2528) | github-actions[bot] | 2022-02-14 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json | GitHub | 2022-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#2525) | github-actions[bot] | 2022-02-13 | 1 | -1/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat: add lalrpop parser (#2524) | traxys | 2022-02-13 | 4 | -0/+72 | |
| | | | | | LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions. | |||||
| * | tests: add failing test for incomplete arguments | Stephan Seitz | 2022-02-13 | 2 | -1/+11 | |
| | | ||||||
| * | indents(php): don't use aligned_indent for php | Stephan Seitz | 2022-02-13 | 3 | -5/+17 | |
| | | | | | Fixes #2497 | |||||
| * | typo fix | badhi | 2022-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | added doc for setup_command | badhi | 2022-02-13 | 1 | -0/+35 | |
| | | ||||||
| * | Fixed formatting | badhi | 2022-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | Added extra argument to setup commands so that user can change the function ↵ | badhi | 2022-02-13 | 1 | -2/+4 | |
| | | | | | args types | |||||
| * | Update lockfile.json (#2517) | github-actions[bot] | 2022-02-12 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Add missing punctuation in vala's highlight | Mateus B. Melchiades | 2022-02-11 | 1 | -0/+4 | |
| | | ||||||
| * | Improve Vala syntax highlight | Mateus Melchiades | 2022-02-11 | 1 | -5/+6 | |
| | | ||||||
| * | Update lockfile.json (#2514) | github-actions[bot] | 2022-02-11 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | doc: add information about lua-heredoc | kiyan | 2022-02-11 | 1 | -0/+1 | |
| | | ||||||
| * | chore: update init.vim refs to init.lua | kiyan | 2022-02-11 | 2 | -5/+5 | |
| | | ||||||
| * | chore: remove lua heredocs in documentation and readme | kiyan | 2022-02-11 | 2 | -38/+8 | |
| | | ||||||
| * | Update lockfile.json (#2512) | github-actions[bot] | 2022-02-11 | 2 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json (#2508) | github-actions[bot] | 2022-02-10 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Fix Elixir indents to match mix format | Connor Lay (Clay) | 2022-02-10 | 1 | -7/+12 | |
| | | ||||||
| * | highlights(cpp): Highlight method with nested qualified_identifier | Fabian Viöl | 2022-02-09 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | so that methods like these are correctly highlighted ```cpp class A { class B { void foo(); }; }; void A::B::foo() { // ^^^ } ``` This only increases the nesting level by one. AFAIK abritrary nesting is difficult to do with current queries. But this nesting is a pretty common case | |||||
| * | fix(makefile): add forgotten CXX_STANDARD again | Stephan Seitz | 2022-02-09 | 1 | -1/+2 | |
| | | ||||||
| * | Only allow yaml at start of file | MDeiml | 2022-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#2495) | github-actions[bot] | 2022-02-08 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | chore(makefile): apply fixes to original makefile | Stephan Seitz | 2022-02-08 | 2 | -10/+48 | |
| | | ||||||
| * | fix(makefile): fallback to c++14 when parser does not have cxx_standard set | Stephan Seitz | 2022-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix: revert to basic makefile where all variables are set by Lua | Stephan Seitz | 2022-02-08 | 1 | -52/+9 | |
| | | | | | Fixes #2463 | |||||
| * | fix: -Os should be used during compilation phase in makefile | Stephan Seitz | 2022-02-08 | 1 | -3/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | add(vim): add highlight for more keywords | Pierrick Guillaume | 2022-02-08 | 1 | -1/+18 | |
| | | ||||||
| * | Update lockfile.json (#2490) | github-actions[bot] | 2022-02-08 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json | GitHub | 2022-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | locals(python): adapt as_pattern to upstream change | Stephan Seitz | 2022-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-07 | 1 | -2/+2 | |
| | | ||||||
| * | feat(highlights/julia): Add missing highlights (#2464) | Sergio A. Vargas | 2022-02-07 | 1 | -7/+13 | |
| | | | | | | | | | | - Add highlights for: + command strings + abstract type definitions + module `end` delimiters - Distinguish `:` in quotes and ranges (it's already highlighted differently in ternary expressions). | |||||
| * | feat(vim): highlight default parameters | Zoltán Reegn | 2022-02-07 | 1 | -1/+2 | |
| | | ||||||
| * | Update lockfile.json (#2481) | github-actions[bot] | 2022-02-06 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | test(indent): fix typos | Munif Tanjim | 2022-02-06 | 2 | -2/+2 | |
| | | ||||||
| * | indents(lua): make ")" `@indent_end | Stephan Seitz | 2022-02-06 | 3 | -0/+10 | |
| | | | | | Fixes #2476 | |||||
| * | fix: readme typo, removing deprecated docs | Carlo Sala | 2022-02-06 | 1 | -15/+3 | |
| | | ||||||
| * | fix: Allow re-parsing in Python, XFAIL `\` indentation test | Stephan Seitz | 2022-02-06 | 3 | -5/+13 | |
| | | ||||||
| * | tests(indent): also test creating new line when still in insert mode | Stephan Seitz | 2022-02-06 | 1 | -0/+11 | |
| | | ||||||
| * | tests: add test for #2086 | Stephan Seitz | 2022-02-06 | 2 | -0/+4 | |
| | | | | | While this does not test the described problem in insert mode | |||||
| * | chore: expose start and stop highlighter | kiyan | 2022-02-06 | 2 | -21/+39 | |
| | | | | | | | 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 | |||||
| * | refacto: deprecate used_by in parsers.lua | kiyan | 2022-02-06 | 3 | -37/+37 | |
| | | | | | | | | | | | - 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 | |||||
| * | ci: use apt-get instead of apt to avoid warnings from apt | Dundar Göc | 2022-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | ci: remove unnecessary apt calls | Dundar Göc | 2022-02-06 | 2 | -3/+0 | |
| | | ||||||
| * | Update 'troubleshooting' for using mirror. | jedsek | 2022-02-06 | 1 | -0/+15 | |
| | | ||||||
