@@ -13,13 +13,13 @@ CIDER is the **C**lojure(Script) **I**nteractive **D**evelopment **E**nvironment
1313that ** R** ocks!
1414
1515CIDER extends Emacs with support for [ interactive
16- programming] ( https://docs.cider.mx/cider/usage/interactive_programming.html )
17- in Clojure. The features are centered around ` cider-mode ` , an Emacs
18- minor -mode that complements [ clojure-mode] [ ] . While ` clojure-mode `
19- supports editing Clojure source files, ` cider-mode ` adds support for
20- interacting with a running Clojure process for compilation, code
21- completion, debugging, definition and documentation lookup, running
22- tests and so on.
16+ programming] ( https://docs.cider.mx/cider/usage/interactive_programming.html ) in
17+ Clojure. The features are centered around ` cider-mode ` , an Emacs minor-mode that
18+ complements [ clojure -mode] [ ] and [ clojure-ts- mode] [ ] . While ` clojure-mode ` and
19+ ` clojure-ts-mode ` support editing Clojure source files, ` cider-mode ` adds
20+ support for interacting with a running Clojure process for compilation, code
21+ completion, debugging, definition and documentation lookup, running tests and so
22+ on.
2323
2424----------
2525[ ![ OpenCollective] ( https://opencollective.com/cider/backers/badge.svg )] ( #open-collective-backers )
@@ -270,4 +270,5 @@ Copyright © 2012-2024 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelber
270270[ Sly ] : https://github.com/joaotavora/sly
271271[ Geiser ] : https://github.com/jaor/geiser
272272[ clojure-mode ] : https://github.com/clojure-emacs/clojure-mode
273+ [ clojure-ts-mode ] : https://github.com/clojure-emacs/clojure-ts-mode
273274[ inf-clojure ] : https://github.com/clojure-emacs/inf-clojure
0 commit comments