summaryrefslogtreecommitdiff
path: root/clojure-mode.el
Commit message (Expand)AuthorAge
* 5.18.1vemv2023-11-24
* Don't highlight vars with colons as keywords (#670)Dave Liepmann2023-11-24
* Use Eldev (#669)p4v4n2023-11-05
* 5.18.0vemv2023-10-18
* Avoid `No comment syntax is defined` prompts (#668)vemv2023-10-18
* 5.17.1vemv2023-10-12
* Declare indentation for the `async` ClojureScript macrovemv2023-10-12
* 5.17.0vemv2023-09-11
* Make `clojure-find-ns` work when preceded by other forms (#664)p4v4n2023-09-11
* Fix clojure-find-ns for ns forms preceded by whitespace (#661)p4v4n2023-09-07
* Replace beginning-of-defun fnp4v4n2023-09-06
* Update clojure guidesp4v4n2023-08-29
* Replace `http` -> `https` everywhere (#655)vemv2023-08-23
* 5.16.2vemv2023-08-23
* `clojure-find-ns`: add an option to suppress errors (#654)vemv2023-08-23
* Release 5.16.1Bozhidar Batsov2023-06-26
* Fix clojure-sort-ns with comments in the end (#646)p4v4n2023-06-24
* Fix infinite loop when opening file containing "comment" (#651)Vadim Rodionov2023-06-23
* Font-lock Lein's `defproject` as a keywordBozhidar Batsov2023-03-14
* Update copyright yearsdannyfreeman2023-03-14
* Release 5.16Bozhidar Batsov2022-12-14
* Add a noteBozhidar Batsov2022-12-14
* Fix imenu with Clojure code in string or commentDaniel Kraus2022-12-14
* Fix interpreter-mode-alist for nbbDaniel Kraus2022-12-04
* Nbb supportchaos2022-12-03
* Fix whitespaceBozhidar Batsov2022-09-28
* Fix function definition names being not highlightedVadim Rodionov2022-09-05
* Make function definition regexp only look for 'clojure.core/defn' formsVadim Rodionov2022-09-03
* Replace obsoleted functionShohei YOSHIDA2022-09-03
* Fix byte-compile warnings quotes in docstringShohei YOSHIDA2022-09-03
* [Fix #377] Fix font locking for def forms (#630)Vadim Rodionov2022-08-30
* Set add-log-current-defun-function (#629)David Morgan2022-08-24
* [Fix #581] Fix font locking for keywords starting with a number (#628)Vadim Rodionov2022-08-24
* v5.15.1vemv2022-07-30
* [Fix #625] Fix imenu displaying metadata instead of var name (#626)Vadim2022-07-29
* v5.15.0vemv2022-07-19
* Satisfy docstring lintervemv2022-07-19
* Fix infinite loop when reverse searching for next definition (#624)Vadim2022-07-19
* Add missing clojure.core macros to clojure-mode font-lock declaration: (#623)Paul Iannazzo2022-07-15
* Remove needless quote of choice valuesShohei YOSHIDA2022-07-06
* [Fix #615] Support clojure-dart filesJavier Goday2022-04-18
* 5.14.0vemv2022-03-07
* [Fix #608] Fix alignment issue involving margin comments.Sam Waggoner2022-02-22
* Move defvars out of eval-when-compileBozhidar Batsov2022-02-02
* Let the byte-compiler know about dynamic varMagnar Sveen2022-02-02
* Speed up threading fns by turning off blink delayMagnar Sveen2022-02-02
* Add refactoring command for converting #() shorthand to (fn ...) (#601)yuhan02021-11-19
* Use `cl-every` instead of `seq-every-p` (#605)ROCKTAKEY2021-11-14
* Add babashka to interpreter-mode-alistDaniel Kraus2021-11-14
* Update my emailBozhidar Batsov2021-11-10