You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The objectives are:
1. Simplify the indentation code; previous implementation has become
so complex it is impossible to maintain,
2. Significantly improve performance; previous indentation code was
painfully slow, (see issue #6)
3. Maximum configurability; should be configured similarly to cljfmt
and make previously impossible things possible (e.g. issue #21).
As of this commit, objectives 1 and 2 have been met, but work on
objective 3 has not yet begun. There will continue to be further
improvements, particularly around performance and the "what if syntax
highlighting is disabled?" scenario.
These changes will unfortunately be backwards incompatible, but
hopefully the improved performance and API will make up for it.
axvr
linked a pull request
Apr 27, 2023
that will
close
this issue
guns/vim-clojure-static#88
With 6b18b4e test script, master:
Because indent uses the syntax rules, #5 branch already improves this a quite bit:
Testing against Reagent
src/reagent/impl/component.cljs
.The text was updated successfully, but these errors were encountered: