Update README and credits

pull/856/head
sogaiu 2025-05-25 23:17:05 +07:00
parent f4236d4da8
commit 9827f043ff
2 changed files with 17 additions and 3 deletions

@ -13,12 +13,23 @@ detailed information.
## Potential Changes Announcements ## Potential Changes Announcements
Although no major changes are anticipated at this point, there are no Changes may occur because:
guarantees. To get a heads-up before such changes occur, please
consider subscribing to the [Potential Changes Announcements 1. There may be unanticipated important use cases we may want to
account for
2. The grammar depends on tree-sitter which remains in flux (and is
still pre 1.0)
3. It's possible we missed something or got something wrong about
Clojure and we might want to remedy that
To get a heads-up before such changes occur, please consider
subscribing to the [Potential Changes Announcements
issue](https://github.com/sogaiu/tree-sitter-clojure/issues/33) to be issue](https://github.com/sogaiu/tree-sitter-clojure/issues/33) to be
notified beforehand. notified beforehand.
Note that previously tagged versions may work fine depending on the
use case. See the [changelog](CHANGELOG.md) for details.
## Other Documents ## Other Documents
There are some documents in the [`doc` directory](doc/) covering There are some documents in the [`doc` directory](doc/) covering
@ -32,3 +43,4 @@ topics such as:
## Acknowledgments ## Acknowledgments
Please see the [credits](doc/credits.md). Please see the [credits](doc/credits.md).

@ -7,6 +7,7 @@ Many people were directly and indirectly involved in bringing about tree-sitter-
* alehatsman - nvim-treesitter and related discussion * alehatsman - nvim-treesitter and related discussion
* alexmiller - clojure-related inquiries and docs * alexmiller - clojure-related inquiries and docs
* andrewchambers - discussion * andrewchambers - discussion
* bbatsov - discussions and clojure-ts-mode
* bfredl - neovim and tree-sitter work * bfredl - neovim and tree-sitter work
* borkdude - analyze-reify, babashka, clj-kondo, edamame, and more * borkdude - analyze-reify, babashka, clj-kondo, edamame, and more
* carocad - parcera and discussions * carocad - parcera and discussions
@ -39,6 +40,7 @@ Many people were directly and indirectly involved in bringing about tree-sitter-
* pyrmont - review, error-spotting, fix, and discussions * pyrmont - review, error-spotting, fix, and discussions
* rewinfrey - helpful bits from tree-sitter-haskell * rewinfrey - helpful bits from tree-sitter-haskell
* richhickey - clojure, etc. * richhickey - clojure, etc.
* rrudakov - discussions and clojure-ts-mode
* Saikyun - discussions * Saikyun - discussions
* seancorfield - clojure-related inquiries * seancorfield - clojure-related inquiries
* SergeevPavel - tree-sitter-clojure.SergeevPavel (fork of tree-sitter-clojure.Tavistock with further work) * SergeevPavel - tree-sitter-clojure.SergeevPavel (fork of tree-sitter-clojure.Tavistock with further work)