Skip to content

Commit

Permalink
Declare indentation for the async ClojureScript macro
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv authored and bbatsov committed Oct 12, 2023
1 parent 5fab97d commit 3e9c6d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

### Changes

* Declare indentation for the `async` ClojureScript macro.

## 5.17.0 (2023-09-11)

### Changes
Expand Down
1 change: 1 addition & 0 deletions clojure-mode.el
Expand Up @@ -1876,6 +1876,7 @@ work). To set it from Lisp code, use
(deftest :defn)
(are 2)
(use-fixtures :defn)
(async 1)

;; core.logic
(run :defn)
Expand Down

0 comments on commit 3e9c6d1

Please sign in to comment.