| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -7/+5 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml | Stephan Seitz | 2022-01-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | docs: use markdown instead of checkboxes | Stephan Seitz | 2022-01-16 | 1 | -12/+9 | |
| | | ||||||
| * | docs: add issue template for highlighting issues | Stephan Seitz | 2022-01-16 | 1 | -0/+100 | |
| | | ||||||
| * | fix(haskell): Haskell switched to C scanner | Stephan Seitz | 2022-01-05 | 1 | -4/+0 | |
| | | ||||||
| * | ci: use Neovim v0.6.0 | Stephan Seitz | 2021-12-06 | 3 | -7/+7 | |
| | | ||||||
| * | ci: open PRs to update README | Stephan Seitz | 2021-12-06 | 1 | -12/+15 | |
| | | ||||||
| * | ci: add nightly again to CI | Stephan Seitz | 2021-11-30 | 1 | -2/+10 | |
| | | ||||||
| * | ci: Add workflow for tests | Stephan Seitz | 2021-11-24 | 1 | -0/+42 | |
| | | ||||||
| * | ci: Try out windows-2022 | Stephan Seitz | 2021-11-24 | 1 | -7/+7 | |
| | | ||||||
| * | Add `query error: invalid node type at position` to the troubleshooting section | Santos Gallegos | 2021-11-20 | 1 | -1/+2 | |
| | | | | | We have had many of these recently... | |||||
| * | chore: fix typos | Dundar Göc | 2021-11-02 | 1 | -2/+2 | |
| | | ||||||
| * | ci: use nvim v0.5.1 on CI | Stephan Seitz | 2021-10-21 | 3 | -11/+17 | |
| | | ||||||
| * | ci: upload artifacts before check | Stephan Seitz | 2021-10-21 | 1 | -5/+5 | |
| | | | | | This could provide better possibilities to investigate a failed CI. | |||||
| * | feat(healthcheck): support native lua healthchecks, and fixes | Javier López | 2021-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | After neovim/neovim#15259 lua healthchecks are called directly and are prefered over neovim autoload ones. The discover of Lua ones requires the function to be named "check()". Also the mentioned PR changed the design of healthchecks to not use output capturing, therefore avoid printing and instead concatenate and call the health functions. | |||||
| * | chore(issues): make bug_report an issue form | Thomas Vigouroux | 2021-08-23 | 2 | -57/+60 | |
| | | ||||||
| * | Use node action | Stephan Seitz | 2021-07-31 | 1 | -0/+1 | |
| | | ||||||
| * | feat(mergify): delay mergify merging by one day | Thomas Vigouroux | 2021-07-19 | 1 | -1/+19 | |
| | | ||||||
| * | fix: only automerge when then is two approvals | Thomas Vigouroux | 2021-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix(mergify): only merge when there is no review requests | Thomas Vigouroux | 2021-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | ci(mergify): don't use queues | Thomas Vigouroux | 2021-07-18 | 1 | -8/+4 | |
| | | ||||||
| * | ci(Mergify): configuration update | Thomas Vigouroux | 2021-07-18 | 1 | -1/+8 | |
| | | ||||||
| * | ci(Mergify): configuration update | Thomas Vigouroux | 2021-07-18 | 1 | -0/+6 | |
| | | ||||||
| * | chore: setup mergify | Thomas Vigouroux | 2021-07-18 | 1 | -0/+10 | |
| | | ||||||
| * | Luacheck: use config file to exclude files | Santos Gallegos | 2021-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 1 | -0/+11 | |
| | | ||||||
| * | fix: use correct name in FUNDING.yml | Thomas Vigouroux | 2021-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | Allow failures for defined parsers | Stephan Seitz | 2021-04-22 | 1 | -0/+4 | |
| | | ||||||
| * | chore: add funding informations | Thomas Vigouroux | 2021-04-22 | 1 | -0/+1 | |
| | | ||||||
| * | Pin verilog parser because it downgraded to 0.18.0 | Stephan Seitz | 2021-03-30 | 1 | -0/+2 | |
| | | ||||||
| * | Remove SKIP_LOCKFILE_UPDATES_FOR_LANGS | sogaiu | 2021-03-17 | 1 | -2/+0 | |
| | | ||||||
| * | Update lockfile | Stephan Seitz | 2021-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Exclude kotlin, clojure from parser update | Stephan Seitz | 2021-03-16 | 1 | -0/+2 | |
| | | ||||||
| * | Fix CI (not use appimage on Mac) | Stephan Seitz | 2021-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Do not fail fast in CI | Stephan Seitz | 2021-03-16 | 1 | -0/+1 | |
| | | ||||||
| * | Remove query file workflow (tested now on all OS | Stephan Seitz | 2021-03-16 | 2 | -33/+3 | |
| | | ||||||
| * | Check query files on all OSes | Stephan Seitz | 2021-03-16 | 1 | -0/+8 | |
| | | ||||||
| * | Add CI hack | Stephan Seitz | 2021-03-16 | 1 | -7/+1 | |
| | | ||||||
| * | Update ubuntu-20 | Stephan Seitz | 2021-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | CI CI CI | Stephan Seitz | 2021-03-16 | 1 | -0/+4 | |
| | | ||||||
| * | Add NPM for now to Ubuntu CI | Stephan Seitz | 2021-03-16 | 1 | -0/+2 | |
| | | ||||||
| * | CI: Remove JS hack | Stephan Seitz | 2021-03-16 | 1 | -2/+0 | |
| | | ||||||
| * | Add CI for testing parsers compilation | Jozef Grajciar | 2021-03-04 | 1 | -0/+53 | |
| | | ||||||
| * | Issue template: use details for nvim --version output | Santos Gallegos | 2021-01-31 | 1 | -3/+13 | |
| | | ||||||
| * | fix(CI): don't let update-parsers fail if no change is necessary | Stephan Seitz | 2021-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ci): correctly set user and email | Thomas Vigouroux | 2021-01-14 | 1 | -0/+3 | |
| | | ||||||
| * | fix(ci): only track lockfile.json when updating parsers | Thomas Vigouroux | 2021-01-14 | 1 | -0/+5 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2020-12-12 | 1 | -0/+2 | |
| | | | | | skip-checks: true | |||||
