summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Don't highlight vars with colons as keywords (#670)Dave Liepmann2023-11-24
* Use Eldev (#669)p4v4n2023-11-05
* 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
* Add and modify tests for checking multiple forms on same linep4v4n2023-09-06
* Replace `http` -> `https` everywhere (#655)vemv2023-08-23
* `clojure-find-ns`: add an option to suppress errors (#654)vemv2023-08-23
* 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
* Nbb supportchaos2022-12-03
* Make function definition regexp only look for 'clojure.core/defn' formsVadim Rodionov2022-09-03
* [Fix #377] Fix font locking for def forms (#630)Vadim Rodionov2022-08-30
* [Fix #581] Fix font locking for keywords starting with a number (#628)Vadim Rodionov2022-08-24
* Use constant values instead of variables in clojure-match-next-def tests (#627)Vadim2022-07-29
* [Fix #625] Fix imenu displaying metadata instead of var name (#626)Vadim2022-07-29
* Fix infinite loop when reverse searching for next definition (#624)Vadim2022-07-19
* Update indentation tests for consistent style.Sam Waggoner2022-02-22
* [Fix #608] Fix alignment issue involving margin comments.Sam Waggoner2022-02-22
* Address some byte-compilation warningsBozhidar Batsov2021-12-30
* Add refactoring command for converting #() shorthand to (fn ...) (#601)yuhan02021-11-19
* Update my emailBozhidar Batsov2021-11-10
* Mark put-clojure-indent safe for use in .dir-locals.el, etc.Rob Browning2021-08-21
* Fix for character literal font-lock (#588)Marconi Rivello2021-05-04
* Rename ns aliases in selected region (#590)yuhan02021-05-02
* Bump the copyright yearsBozhidar Batsov2021-03-22
* Make indentation of special arguments customisable (#582)Hugo Duncan2021-03-01
* Add tests for toggling ignore formsyuhan02021-02-26
* add indent spec to when-refactoring-with-point-ityuhan02021-02-26
* Move test macros to utils fileyuhan02021-02-26
* Add tests for paredit reader tagsyuhan02020-04-19
* Refactor clojure-no-space-after-tagyuhan02020-04-19
* Add delete-trailing-whitespace testsyuhan02020-04-19
* Add tests for paredit interactionyuhan02020-04-19
* Fix ns detection bugyuhan02020-04-05
* Add test and changelog entryyuhan02020-04-03
* Declare indentation spec for test util functionsyuhan02020-03-26
* Add test for quotes in tail of symbols/keywordsyuhan02020-03-26
* [Fix #547] Fix character literal regexp (#560)yuhan02020-03-26
* Fix bug when renaming ns aliases with common prefixesyuhan02020-03-26
* Add tests for new rename-ns-alias functionalityyuhan02020-03-26
* Fix ns detection with namespaces containing numbersyuhan02020-03-21
* [Fix #551] Indent `clojure-align` region before aligning (#552)Kyle Cesare2020-03-21
* update find-ns testsyuhan02020-03-20
* Update the copyright yearsBozhidar Batsov2020-03-20
* Support multiple consecutive reader comments (#_#_a b)Robin Schroer2019-11-12
* Enhance add arity refactoring (#541)Anthony Galea2019-07-25
* Update changelog and tests for clojure-unwind changesyuhan02019-07-16
* Bump the copyright yearsBozhidar Batsov2019-07-12
* [Fix #410] Add refactoring: add an arity to a function.Anthony Galea2019-07-11
* Remove calls to provide and require for test-helper.Anthony Galea2019-07-11