Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacs-project failed to build #82

Closed
abeforgit opened this issue Mar 7, 2022 · 1 comment
Closed

emacs-project failed to build #82

abeforgit opened this issue Mar 7, 2022 · 1 comment

Comments

@abeforgit
Copy link

I get a hash-mismatch when trying to update my nixos config (flake-based).

error: hash mismatch in fixed-output derivation '/nix/store/zr7niwxxr530xsf8g743n1q60s5286yw-project-0.8.1.tar.drv':
         specified: sha256-yDgyXpEHWHDnrqne2meSmSm2y1kZdz+8LZuAqOWaf/Q=
            got:    sha256-M7BzLw2jO0LZRDsSLGLGmurnRUoO9Cr6hQxSGDHSUmA=

Using the master branch of nix-doom-emacs and following nixos-unstable for nixpkgs.

Any idea where this would originate? And can I override it somewhere? I've been using nix for a couple of months now, which in nix-land means absolute beginner 😅

@abeforgit
Copy link
Author

Of course, right after I post this, the issue resolves itself by removing the flake.lock and trying again...

github-actions bot added a commit that referenced this issue Nov 4, 2022
…> 5aed5285

### Changes for flake-utils

On branch: master
Commits: numtide/flake-utils@c0e246b...5aed528

- [6ee9ebb6](numtide/flake-utils@6ee9ebb) Bump cachix/install-nix-action from 17 to 18 ([numtide/flake-utils⁠#81](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/81))
- [5aed5285](numtide/flake-utils@5aed528) remove 20 years old arch ([numtide/flake-utils⁠#82](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/82))
github-actions bot added a commit that referenced this issue Nov 4, 2022
…> 5aed5285 (#328)

### Changes for flake-utils

On branch: master
Commits: numtide/flake-utils@c0e246b...5aed528

- [6ee9ebb6](numtide/flake-utils@6ee9ebb) Bump cachix/install-nix-action from 17 to 18 ([numtide/flake-utils⁠#81](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/81))
- [5aed5285](numtide/flake-utils@5aed528) remove 20 years old arch ([numtide/flake-utils⁠#82](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/82))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this issue Sep 8, 2023
### Changes for ts-fold

On branch: master
Commits: emacs-tree-sitter/ts-fold@5fd2a5a...663dcac

- [27c6bc48](emacs-tree-sitter/ts-fold@27c6bc4) feature(parser): Add support for python docstring ([jcs-elpa/ts-fold⁠#58](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/58))
- [bc3e5dda](emacs-tree-sitter/ts-fold@bc3e5dd) fix: Wrong function call
- [1d690b8d](emacs-tree-sitter/ts-fold@1d690b8) feat(python): Support assignment string
- [7667a376](emacs-tree-sitter/ts-fold@7667a37) fix(indicators): Warning 'when' with empty body
- [27e8f44f](emacs-tree-sitter/ts-fold@27e8f44) test: Emacs 29.1
- [f8df121f](emacs-tree-sitter/ts-fold@f8df121) ci(dependabot): Maintain github-actions
- [882c4faa](emacs-tree-sitter/ts-fold@882c4fa) fix(parsers): update nix definitions ([jcs-elpa/ts-fold⁠#37](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/37))
- [08abd98b](emacs-tree-sitter/ts-fold@08abd98) feat: Add Dart support ([jcs-elpa/ts-fold⁠#62](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/62))
- [2970338c](emacs-tree-sitter/ts-fold@2970338) docs(README.md): Add Dart support
- [fe64d0e9](emacs-tree-sitter/ts-fold@fe64d0e) fix: Fold class in Dart
- [be2b3dd2](emacs-tree-sitter/ts-fold@be2b3dd) feat: Add Elisp support ([jcs-elpa/ts-fold⁠#63](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/63))
- [bb5bd2e3](emacs-tree-sitter/ts-fold@bb5bd2e) feat: Add Clojure support ([jcs-elpa/ts-fold⁠#64](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/64))
- [630b896b](emacs-tree-sitter/ts-fold@630b896) feat: Add Haskell support ([jcs-elpa/ts-fold⁠#65](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/65))
- [78f0b043](emacs-tree-sitter/ts-fold@78f0b04) docs(README.md): Mention Noir in TODO
- [c36f3ad8](emacs-tree-sitter/ts-fold@c36f3ad) feat: Add Perl support ([jcs-elpa/ts-fold⁠#66](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/66))
- [8386b5b7](emacs-tree-sitter/ts-fold@8386b5b) feat: Add Markdown support ([jcs-elpa/ts-fold⁠#67](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/67))
- [54d12c98](emacs-tree-sitter/ts-fold@54d12c9) feat: Add TOML support ([jcs-elpa/ts-fold⁠#68](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/68))
- [999f295b](emacs-tree-sitter/ts-fold@999f295) fix: Don't fold lint comment when only 1 line ([jcs-elpa/ts-fold⁠#69](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/69))
- [81dc9eff](emacs-tree-sitter/ts-fold@81dc9ef) Update CHANGELOG.md
- [323e252c](emacs-tree-sitter/ts-fold@323e252) feat: Add Kotlin support ([jcs-elpa/ts-fold⁠#70](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/70))
- [a474fd6b](emacs-tree-sitter/ts-fold@a474fd6) feat: Add Jai support ([jcs-elpa/ts-fold⁠#71](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/71))
- [581af904](emacs-tree-sitter/ts-fold@581af90) feat: Add GDScript support ([jcs-elpa/ts-fold⁠#72](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/72))
- [7110ff89](emacs-tree-sitter/ts-fold@7110ff8) feat: Add Scheme support ([jcs-elpa/ts-fold⁠#73](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/73))
- [8734a2e2](emacs-tree-sitter/ts-fold@8734a2e) feat: Add Beancount support ([jcs-elpa/ts-fold⁠#74](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/74))
- [2014def2](emacs-tree-sitter/ts-fold@2014def) feat: Add Verilog support ([jcs-elpa/ts-fold⁠#75](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/75))
- [fbb5510d](emacs-tree-sitter/ts-fold@fbb5510) feat: Add LaTex support ([jcs-elpa/ts-fold⁠#76](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/76))
- [c408ef11](emacs-tree-sitter/ts-fold@c408ef1) Bump version - 0.2.0
- [dcf6fdcb](emacs-tree-sitter/ts-fold@dcf6fdc) Bump version for next version
- [b1021c2a](emacs-tree-sitter/ts-fold@b1021c2) feat: Add Noir support ([jcs-elpa/ts-fold⁠#77](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/77))
- [aa37d3bb](emacs-tree-sitter/ts-fold@aa37d3b) fix: Improve Elixir UX ([jcs-elpa/ts-fold⁠#78](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/78))
- [7a7bd701](emacs-tree-sitter/ts-fold@7a7bd70) feat: Add VHDL support ([jcs-elpa/ts-fold⁠#79](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/79))
- [a9d4c2ec](emacs-tree-sitter/ts-fold@a9d4c2e) feat: Add XML support ([jcs-elpa/ts-fold⁠#80](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/80))
- [e015c9a3](emacs-tree-sitter/ts-fold@e015c9a) feat: Add Jsonnet support ([jcs-elpa/ts-fold⁠#81](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/81))
- [6dda55a2](emacs-tree-sitter/ts-fold@6dda55a) doc: Add development languages
- [d705c120](emacs-tree-sitter/ts-fold@d705c12) feat: Add Zig support ([jcs-elpa/ts-fold⁠#82](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/82))
- [b52b3335](emacs-tree-sitter/ts-fold@b52b333) feat: Add Erlang support ([jcs-elpa/ts-fold⁠#83](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/83))
- [663dcac0](emacs-tree-sitter/ts-fold@663dcac) chore(deps): bump actions/checkout from 3 to 4 ([jcs-elpa/ts-fold⁠#84](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/84))
github-actions bot added a commit that referenced this issue Sep 10, 2023
### Changes for ts-fold

On branch: master
Commits: emacs-tree-sitter/ts-fold@5fd2a5a...3dd7c47

- [27c6bc48](emacs-tree-sitter/ts-fold@27c6bc4) feature(parser): Add support for python docstring ([jcs-elpa/ts-fold⁠#58](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/58))
- [bc3e5dda](emacs-tree-sitter/ts-fold@bc3e5dd) fix: Wrong function call
- [1d690b8d](emacs-tree-sitter/ts-fold@1d690b8) feat(python): Support assignment string
- [7667a376](emacs-tree-sitter/ts-fold@7667a37) fix(indicators): Warning 'when' with empty body
- [27e8f44f](emacs-tree-sitter/ts-fold@27e8f44) test: Emacs 29.1
- [f8df121f](emacs-tree-sitter/ts-fold@f8df121) ci(dependabot): Maintain github-actions
- [882c4faa](emacs-tree-sitter/ts-fold@882c4fa) fix(parsers): update nix definitions ([jcs-elpa/ts-fold⁠#37](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/37))
- [08abd98b](emacs-tree-sitter/ts-fold@08abd98) feat: Add Dart support ([jcs-elpa/ts-fold⁠#62](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/62))
- [2970338c](emacs-tree-sitter/ts-fold@2970338) docs(README.md): Add Dart support
- [fe64d0e9](emacs-tree-sitter/ts-fold@fe64d0e) fix: Fold class in Dart
- [be2b3dd2](emacs-tree-sitter/ts-fold@be2b3dd) feat: Add Elisp support ([jcs-elpa/ts-fold⁠#63](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/63))
- [bb5bd2e3](emacs-tree-sitter/ts-fold@bb5bd2e) feat: Add Clojure support ([jcs-elpa/ts-fold⁠#64](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/64))
- [630b896b](emacs-tree-sitter/ts-fold@630b896) feat: Add Haskell support ([jcs-elpa/ts-fold⁠#65](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/65))
- [78f0b043](emacs-tree-sitter/ts-fold@78f0b04) docs(README.md): Mention Noir in TODO
- [c36f3ad8](emacs-tree-sitter/ts-fold@c36f3ad) feat: Add Perl support ([jcs-elpa/ts-fold⁠#66](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/66))
- [8386b5b7](emacs-tree-sitter/ts-fold@8386b5b) feat: Add Markdown support ([jcs-elpa/ts-fold⁠#67](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/67))
- [54d12c98](emacs-tree-sitter/ts-fold@54d12c9) feat: Add TOML support ([jcs-elpa/ts-fold⁠#68](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/68))
- [999f295b](emacs-tree-sitter/ts-fold@999f295) fix: Don't fold lint comment when only 1 line ([jcs-elpa/ts-fold⁠#69](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/69))
- [81dc9eff](emacs-tree-sitter/ts-fold@81dc9ef) Update CHANGELOG.md
- [323e252c](emacs-tree-sitter/ts-fold@323e252) feat: Add Kotlin support ([jcs-elpa/ts-fold⁠#70](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/70))
- [a474fd6b](emacs-tree-sitter/ts-fold@a474fd6) feat: Add Jai support ([jcs-elpa/ts-fold⁠#71](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/71))
- [581af904](emacs-tree-sitter/ts-fold@581af90) feat: Add GDScript support ([jcs-elpa/ts-fold⁠#72](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/72))
- [7110ff89](emacs-tree-sitter/ts-fold@7110ff8) feat: Add Scheme support ([jcs-elpa/ts-fold⁠#73](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/73))
- [8734a2e2](emacs-tree-sitter/ts-fold@8734a2e) feat: Add Beancount support ([jcs-elpa/ts-fold⁠#74](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/74))
- [2014def2](emacs-tree-sitter/ts-fold@2014def) feat: Add Verilog support ([jcs-elpa/ts-fold⁠#75](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/75))
- [fbb5510d](emacs-tree-sitter/ts-fold@fbb5510) feat: Add LaTex support ([jcs-elpa/ts-fold⁠#76](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/76))
- [c408ef11](emacs-tree-sitter/ts-fold@c408ef1) Bump version - 0.2.0
- [dcf6fdcb](emacs-tree-sitter/ts-fold@dcf6fdc) Bump version for next version
- [b1021c2a](emacs-tree-sitter/ts-fold@b1021c2) feat: Add Noir support ([jcs-elpa/ts-fold⁠#77](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/77))
- [aa37d3bb](emacs-tree-sitter/ts-fold@aa37d3b) fix: Improve Elixir UX ([jcs-elpa/ts-fold⁠#78](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/78))
- [7a7bd701](emacs-tree-sitter/ts-fold@7a7bd70) feat: Add VHDL support ([jcs-elpa/ts-fold⁠#79](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/79))
- [a9d4c2ec](emacs-tree-sitter/ts-fold@a9d4c2e) feat: Add XML support ([jcs-elpa/ts-fold⁠#80](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/80))
- [e015c9a3](emacs-tree-sitter/ts-fold@e015c9a) feat: Add Jsonnet support ([jcs-elpa/ts-fold⁠#81](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/81))
- [6dda55a2](emacs-tree-sitter/ts-fold@6dda55a) doc: Add development languages
- [d705c120](emacs-tree-sitter/ts-fold@d705c12) feat: Add Zig support ([jcs-elpa/ts-fold⁠#82](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/82))
- [b52b3335](emacs-tree-sitter/ts-fold@b52b333) feat: Add Erlang support ([jcs-elpa/ts-fold⁠#83](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/83))
- [663dcac0](emacs-tree-sitter/ts-fold@663dcac) chore(deps): bump actions/checkout from 3 to 4 ([jcs-elpa/ts-fold⁠#84](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/84))
- [a860af5c](emacs-tree-sitter/ts-fold@a860af5) feat(ts): Include more rules for TS
- [22ffb18d](emacs-tree-sitter/ts-fold@22ffb18) feat: Add Pascal support ([jcs-elpa/ts-fold⁠#85](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/85))
- [45f20588](emacs-tree-sitter/ts-fold@45f2058) docs(README.md): Add development languages
- [3dd7c477](emacs-tree-sitter/ts-fold@3dd7c47) feat: Add CMake support ([jcs-elpa/ts-fold⁠#86](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/86))
github-actions bot added a commit that referenced this issue Sep 10, 2023
…477 (#530)

### Changes for ts-fold

On branch: master
Commits: emacs-tree-sitter/ts-fold@5fd2a5a...3dd7c47

- [27c6bc48](emacs-tree-sitter/ts-fold@27c6bc4) feature(parser): Add support for python docstring ([jcs-elpa/ts-fold⁠#58](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/58))
- [bc3e5dda](emacs-tree-sitter/ts-fold@bc3e5dd) fix: Wrong function call
- [1d690b8d](emacs-tree-sitter/ts-fold@1d690b8) feat(python): Support assignment string
- [7667a376](emacs-tree-sitter/ts-fold@7667a37) fix(indicators): Warning 'when' with empty body
- [27e8f44f](emacs-tree-sitter/ts-fold@27e8f44) test: Emacs 29.1
- [f8df121f](emacs-tree-sitter/ts-fold@f8df121) ci(dependabot): Maintain github-actions
- [882c4faa](emacs-tree-sitter/ts-fold@882c4fa) fix(parsers): update nix definitions ([jcs-elpa/ts-fold⁠#37](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/37))
- [08abd98b](emacs-tree-sitter/ts-fold@08abd98) feat: Add Dart support ([jcs-elpa/ts-fold⁠#62](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/62))
- [2970338c](emacs-tree-sitter/ts-fold@2970338) docs(README.md): Add Dart support
- [fe64d0e9](emacs-tree-sitter/ts-fold@fe64d0e) fix: Fold class in Dart
- [be2b3dd2](emacs-tree-sitter/ts-fold@be2b3dd) feat: Add Elisp support ([jcs-elpa/ts-fold⁠#63](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/63))
- [bb5bd2e3](emacs-tree-sitter/ts-fold@bb5bd2e) feat: Add Clojure support ([jcs-elpa/ts-fold⁠#64](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/64))
- [630b896b](emacs-tree-sitter/ts-fold@630b896) feat: Add Haskell support ([jcs-elpa/ts-fold⁠#65](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/65))
- [78f0b043](emacs-tree-sitter/ts-fold@78f0b04) docs(README.md): Mention Noir in TODO
- [c36f3ad8](emacs-tree-sitter/ts-fold@c36f3ad) feat: Add Perl support ([jcs-elpa/ts-fold⁠#66](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/66))
- [8386b5b7](emacs-tree-sitter/ts-fold@8386b5b) feat: Add Markdown support ([jcs-elpa/ts-fold⁠#67](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/67))
- [54d12c98](emacs-tree-sitter/ts-fold@54d12c9) feat: Add TOML support ([jcs-elpa/ts-fold⁠#68](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/68))
- [999f295b](emacs-tree-sitter/ts-fold@999f295) fix: Don't fold lint comment when only 1 line ([jcs-elpa/ts-fold⁠#69](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/69))
- [81dc9eff](emacs-tree-sitter/ts-fold@81dc9ef) Update CHANGELOG.md
- [323e252c](emacs-tree-sitter/ts-fold@323e252) feat: Add Kotlin support ([jcs-elpa/ts-fold⁠#70](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/70))
- [a474fd6b](emacs-tree-sitter/ts-fold@a474fd6) feat: Add Jai support ([jcs-elpa/ts-fold⁠#71](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/71))
- [581af904](emacs-tree-sitter/ts-fold@581af90) feat: Add GDScript support ([jcs-elpa/ts-fold⁠#72](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/72))
- [7110ff89](emacs-tree-sitter/ts-fold@7110ff8) feat: Add Scheme support ([jcs-elpa/ts-fold⁠#73](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/73))
- [8734a2e2](emacs-tree-sitter/ts-fold@8734a2e) feat: Add Beancount support ([jcs-elpa/ts-fold⁠#74](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/74))
- [2014def2](emacs-tree-sitter/ts-fold@2014def) feat: Add Verilog support ([jcs-elpa/ts-fold⁠#75](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/75))
- [fbb5510d](emacs-tree-sitter/ts-fold@fbb5510) feat: Add LaTex support ([jcs-elpa/ts-fold⁠#76](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/76))
- [c408ef11](emacs-tree-sitter/ts-fold@c408ef1) Bump version - 0.2.0
- [dcf6fdcb](emacs-tree-sitter/ts-fold@dcf6fdc) Bump version for next version
- [b1021c2a](emacs-tree-sitter/ts-fold@b1021c2) feat: Add Noir support ([jcs-elpa/ts-fold⁠#77](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/77))
- [aa37d3bb](emacs-tree-sitter/ts-fold@aa37d3b) fix: Improve Elixir UX ([jcs-elpa/ts-fold⁠#78](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/78))
- [7a7bd701](emacs-tree-sitter/ts-fold@7a7bd70) feat: Add VHDL support ([jcs-elpa/ts-fold⁠#79](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/79))
- [a9d4c2ec](emacs-tree-sitter/ts-fold@a9d4c2e) feat: Add XML support ([jcs-elpa/ts-fold⁠#80](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/80))
- [e015c9a3](emacs-tree-sitter/ts-fold@e015c9a) feat: Add Jsonnet support ([jcs-elpa/ts-fold⁠#81](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/81))
- [6dda55a2](emacs-tree-sitter/ts-fold@6dda55a) doc: Add development languages
- [d705c120](emacs-tree-sitter/ts-fold@d705c12) feat: Add Zig support ([jcs-elpa/ts-fold⁠#82](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/82))
- [b52b3335](emacs-tree-sitter/ts-fold@b52b333) feat: Add Erlang support ([jcs-elpa/ts-fold⁠#83](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/83))
- [663dcac0](emacs-tree-sitter/ts-fold@663dcac) chore(deps): bump actions/checkout from 3 to 4 ([jcs-elpa/ts-fold⁠#84](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/84))
- [a860af5c](emacs-tree-sitter/ts-fold@a860af5) feat(ts): Include more rules for TS
- [22ffb18d](emacs-tree-sitter/ts-fold@22ffb18) feat: Add Pascal support ([jcs-elpa/ts-fold⁠#85](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/85))
- [45f20588](emacs-tree-sitter/ts-fold@45f2058) docs(README.md): Add development languages
- [3dd7c477](emacs-tree-sitter/ts-fold@3dd7c47) feat: Add CMake support ([jcs-elpa/ts-fold⁠#86](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/86))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant