LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 51 forks source link

dosync is not indented like do #69

Closed muhuk closed 8 years ago

muhuk commented 8 years ago

do is indented like this:

(do
  (foo)
  (bar))

But dosync is indented like a regular/unknown function:

(dosync
 (foo)
 (bar))

Light Table version 0.8.0, Clojure plugin version 0.3.0

cldwalker commented 8 years ago

Hi. Thanks for the report. This seems to be working fine upstream. Once we knock out #26, we should be able to pull in CodeMirror's latest mode and this should be fixed

muhuk commented 8 years ago

Thanks for the info @cldwalker

cldwalker commented 8 years ago

Closing as 0.3.1 Clojure has fixed this