aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* ci(lint): update stylua-actionsChristian Clason2022-09-231-1/+1
|
* ci: add workflow_dispatchChristian Clason2022-08-232-0/+2
|
* parsers(dart): unlock dart parserStephan Seitz2022-08-021-1/+1
| | | | | | | Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far.
* Add dart to skip lockfile update listBreno Reis2022-07-131-1/+1
|
* fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURESBrian Albert Monroe2022-06-191-0/+1
| | | | As per the request from @theHamsta in #2934
* chore: delete language-request.md (#3013)Christian Clason2022-06-121-12/+0
| | | We have a dedicated tracking issue for this now.
* chore: add github sponsors to FUNDING.ymlkiyan2022-05-011-0/+1
| | | | fixes #2879
* ci: bump treesitter to 0.20.6Christian Clason2022-04-162-2/+2
|
* ci: remove all swift skipsChristian Clason2022-04-161-5/+0
| | | | followup to #2796
* ci: don't skip swift anymoreStephan Seitz2022-04-151-2/+0
| | | | I think this was a nvim 0.6 issue
* ci: update windows workflow to 0.7Christian Clason2022-04-151-1/+1
| | | | Unarchive directory was renamed to `nvim-win64`
* Fix backtick typo in highlighting issue templateJendrik Stelzner2022-04-151-1/+1
|
* github: Fix typo in templateadrian52022-04-011-1/+1
|
* fixup: lock nix, not norg (#2682)Christian Clason2022-03-271-1/+1
| | | fixup for 739fefa8fa0c024a89b961bef14822f87fc13692
* ci: lock nix parserChristian Clason2022-03-261-1/+1
|
* ci: ignore gleam for lockfile updateChristian Clason2022-03-021-1/+1
|
* ci(tests): download highlight-assertions for faster CIStephan Seitz2022-02-191-18/+3
| | | | This avoids any Rust build dependencies.
* ci: rename workflows and jobs to be more consistentDundar Göc2022-02-144-8/+8
|
* ci: use apt-get instead of apt to avoid warnings from aptDundar Göc2022-02-061-1/+1
|
* ci: remove unnecessary apt callsDundar Göc2022-02-061-1/+0
|
* ci: remove apt update if on workflows where it's not usedDundar Göc2022-02-062-4/+0
| | | | Shaves off 10 seconds per workflow.
* ci: combine "Compile parsers" steps into a single stepDundar Göc2022-02-051-9/+2
|
* ci: combine "Check query files" steps into a single stepDundar Göc2022-02-051-6/+1
|
* ci: introduce platform-independent environment variable NVIMDundar Göc2022-02-051-5/+9
|
* ci: mark automated PRs as draft (#2413)dundargoc2022-02-013-1/+6
| | | | The required checks can be initiated by marking the PR as ready for review.
* ci: skip swift check on neovim stableDundar Göc2022-01-311-0/+7
| | | | | | This is meant as a temporary workaround until neovim 0.7 is released. More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357
* ci: only fix major version of vulnerable action (#2411)Christian Clason2022-01-302-2/+2
| | | also bump checkout to v2 everywhere
* chore: run parser update at least daily (#2379)Christian Clason2022-01-271-0/+2
|
* ci: bump tree-sitter to 0.20.4Christian Clason2022-01-232-2/+2
| | | | fixes issues with `parser.h` not being generated
* ci: fix cache path for rust cargoMunif Tanjim2022-01-221-3/+6
|
* ci: drop windows+clangChristian Clason2022-01-221-0/+4
| | | | takes significantly longer than other combinations
* ci: remove ccacheStephan Seitz2022-01-222-14/+0
| | | | ccache did take too long to install on MacOS
* ci: bump tree-sitter to v0.20.3Christian Clason2022-01-222-2/+2
|
* ci: Avoid rust-cache (failures and current git dependency)Stephan Seitz2022-01-211-1/+7
|
* ci: stop uploading artifacts (binary release archives soonish?)Stephan Seitz2022-01-212-6/+1
|
* ci: fix cache path on WindowsStephan Seitz2022-01-212-4/+8
|
* ci: use curl on Windows CIStephan Seitz2022-01-211-1/+1
|
* ci: cache using ccacheStephan Seitz2022-01-212-2/+17
|
* ci: add cache for Rust dependencyStephan Seitz2022-01-211-2/+8
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-211-0/+7
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-214-7/+7
|
* ci: only run one compiler each on macos, ubuntuChristian Clason2022-01-211-4/+4
|
* ci: avoid duplicate CI runsChristian Clason2022-01-212-2/+26
| | | | | * run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR
* ci: bump neovim and tree-sitter cli to latest versionChristian Clason2022-01-213-8/+8
|
* ci: cache parsers for workflows/testsMunif Tanjim2022-01-211-1/+7
|
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-7/+5
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz2022-01-161-1/+1
| | | Co-authored-by: Christian Clason <christian.clason@uni-due.de>
* docs: use markdown instead of checkboxesStephan Seitz2022-01-161-12/+9
|