branch: elpa/cider commit 836c621302942ae2f6067a6e146a98d25bfd364c Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
[Docs] Update the clojure-ts-mode section --- doc/modules/ROOT/pages/caveats.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/modules/ROOT/pages/caveats.adoc b/doc/modules/ROOT/pages/caveats.adoc index 53c6c0c829..132ea33e6c 100644 --- a/doc/modules/ROOT/pages/caveats.adoc +++ b/doc/modules/ROOT/pages/caveats.adoc @@ -91,11 +91,6 @@ NOTE: `clojure-ts-mode` support was introduced in CIDER 1.14. CIDER has basic support for working with https://github.com/clojure-emacs/clojure-ts-mode[clojure-ts-mode] buffers, but it still depends on https://github.com/clojure-emacs/clojure-mode[clojure-mode] for certain functionality, like -extracting information about Clojure code out of the buffer. We hope to make `clojure-ts-mode` capable +extracting information about Clojure code out of the buffer. We plan to make `clojure-ts-mode` capable of providing CIDER with all the functionality it needs to interact with Clojure buffers, but that will take some time. - -Additionally, some features like -xref:config/indentation.adoc#dynamic-indentation[`cider-dynamic-indentation`] -and xref:config/syntax_highlighting.adoc#dynamic-syntax-highlighting[`cider-font-lock-dynamically`] -are not supported by `clojure-ts-mode`.