summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-09-23ci(lint): update stylua-actionsChristian Clason
2022-08-23ci: add workflow_dispatchChristian Clason
2022-08-02parsers(dart): unlock dart parserStephan Seitz
Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far.
2022-07-13Add dart to skip lockfile update listBreno Reis
2022-06-19fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURESBrian Albert Monroe
As per the request from @theHamsta in #2934
2022-06-12chore: delete language-request.md (#3013)Christian Clason
We have a dedicated tracking issue for this now.
2022-05-01chore: add github sponsors to FUNDING.ymlkiyan
fixes #2879
2022-04-16ci: bump treesitter to 0.20.6Christian Clason
2022-04-16ci: remove all swift skipsChristian Clason
followup to #2796
2022-04-15ci: don't skip swift anymoreStephan Seitz
I think this was a nvim 0.6 issue
2022-04-15ci: update windows workflow to 0.7Christian Clason
Unarchive directory was renamed to `nvim-win64`
2022-04-15Fix backtick typo in highlighting issue templateJendrik Stelzner
2022-04-01github: Fix typo in templateadrian5
2022-03-27fixup: lock nix, not norg (#2682)Christian Clason
fixup for 739fefa8fa0c024a89b961bef14822f87fc13692
2022-03-26ci: lock nix parserChristian Clason
2022-03-02ci: ignore gleam for lockfile updateChristian Clason
2022-02-19ci(tests): download highlight-assertions for faster CIStephan Seitz
This avoids any Rust build dependencies.
2022-02-14ci: rename workflows and jobs to be more consistentDundar Göc
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-06ci: remove apt update if on workflows where it's not usedDundar Göc
Shaves off 10 seconds per workflow.
2022-02-05ci: combine "Compile parsers" steps into a single stepDundar Göc
2022-02-05ci: combine "Check query files" steps into a single stepDundar Göc
2022-02-05ci: introduce platform-independent environment variable NVIMDundar Göc
2022-02-01ci: mark automated PRs as draft (#2413)dundargoc
The required checks can be initiated by marking the PR as ready for review.
2022-01-31ci: skip swift check on neovim stableDundar Göc
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
2022-01-30ci: only fix major version of vulnerable action (#2411)Christian Clason
also bump checkout to v2 everywhere
2022-01-27chore: run parser update at least daily (#2379)Christian Clason
2022-01-23ci: bump tree-sitter to 0.20.4Christian Clason
fixes issues with `parser.h` not being generated
2022-01-22ci: fix cache path for rust cargoMunif Tanjim
2022-01-22ci: drop windows+clangChristian Clason
takes significantly longer than other combinations
2022-01-22ci: remove ccacheStephan Seitz
ccache did take too long to install on MacOS
2022-01-22ci: bump tree-sitter to v0.20.3Christian Clason
2022-01-21ci: Avoid rust-cache (failures and current git dependency)Stephan Seitz
2022-01-21ci: stop uploading artifacts (binary release archives soonish?)Stephan Seitz
2022-01-21ci: fix cache path on WindowsStephan Seitz
2022-01-21ci: use curl on Windows CIStephan Seitz
2022-01-21ci: cache using ccacheStephan Seitz
2022-01-21ci: add cache for Rust dependencyStephan Seitz
2022-01-21ci: use stable tag for latest nvim releaseChristian Clason
2022-01-21ci: use stable tag for latest nvim releaseChristian Clason
2022-01-21ci: only run one compiler each on macos, ubuntuChristian Clason
2022-01-21ci: avoid duplicate CI runsChristian Clason
* run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR
2022-01-21ci: bump neovim and tree-sitter cli to latest versionChristian Clason
2022-01-21ci: cache parsers for workflows/testsMunif Tanjim
2022-01-16Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16Update .github/ISSUE_TEMPLATE/highlighting_issue.ymlStephan Seitz
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16docs: use markdown instead of checkboxesStephan Seitz