Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD many missing clojure.core macros to font-lock declaration #623

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

boxxxie
Copy link
Contributor

@boxxxie boxxxie commented Jul 13, 2022

#622

font locks added

"gen-class"
"while"
"import"
"pvalues"
"bound-fn"
"vswap!"
"with-loading-context"
"delay"
"gen-interface"
"with-bindings"
"deftype"
"with-precision"
"lazy-seq"
"let"
"defstruct"
"areduce"
"definline"
"future"
"fn"
"definterface"
"some->>"
"amap"
"extend-type"
"defmethod"
"time"
"memfn"
"extend-protocol"
"reify"
"defonce"
"defn-"
"defprotocol"
"sync"
"assert"
"proxy-super"
"loop"
"with-out-str"
"with-in-str"
"some->"
"proxy"
"locking"
"defmulti"
"io!"
"lazy-cat"
"comment"
"defrecord"
"refer-clojure"

@boxxxie
Copy link
Contributor Author

boxxxie commented Jul 13, 2022

CI fail is unrelated to my changes, i dono what to do

clojure-mode.el Outdated
"with-open" "with-local-vars" "binding"
"with-redefs" "with-redefs-fn"
"declare") t)
'("->" "->>" ".." "amap" "and" "areduce" "as->" "assert" "binding"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're here we could leave use one line per item, that way it should be easier to tell whether something's there

(agreed, @bbatsov ?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i prefer that @vemv, i just tried to make it look similar to how it previously looked.
i guess if @bbatsov says yes, i'll update the commit. or should i just update it and assume it'll be ok?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with with a name per line, although that'd makes things a bit inconsistent with the rest of the font-locking code.

@boxxxie boxxxie force-pushed the add-missing-macro-font-locks branch from b62269a to 1632b36 Compare July 13, 2022 20:18
clojure-mode.el Outdated
"cond->>"
"condp"
"declare"
"definline"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove all the defsomething macros as they are handled in a special manner above. fn is handle there as well.

@bbatsov
Copy link
Member

bbatsov commented Jul 14, 2022

Don't forget to add a changelog entry about this as well.

@boxxxie boxxxie force-pushed the add-missing-macro-font-locks branch from 1632b36 to 4559d91 Compare July 15, 2022 13:11
@bbatsov
Copy link
Member

bbatsov commented Jul 15, 2022

One more thing - if some of those are duplicated in clojure-mode-extra-font-locking they should be removed from there - e.g. some->.

"amap" "areduce" "assert" "bound-fn" "comment" "definline" "definterface"
"defmethod" "defmulti" "defn-" "defonce" "defprotocol" "defrecord" "defstruct"
"deftype" "delay" "extend-protocol" "extend-type" "fn" "future" "gen-class"
"gen-interface" "import" "io!"  "lazy-cat" "lazy-seq" "let" "locking" "loop"
"memfn" "proxy" "proxy-super" "pvalues" "refer-clojure" "reify" "some->"
"some->>" "sync" "time" "vswap!"  "while" "with-bindings" "with-in-str"
"with-loading-context" "with-out-str" "with-precision"

remove duplicated non-special form font locks from special form def:
"let" "loop"

remove duplicated font locks symbols from clojure-mode-extra-font-locking

"amap" "areduce" "as->" "assert" "bound-fn" "comment" "delay" "extend-protocol"
"extend-type" "future" "gen-interface" "io!" "lazy-cat" "lazy-seq" "locking"
"memfn" "proxy" "proxy-super" "pvalues" "refer-clojure" "reify" "some->"
"some->>" "sync" "time" "while" "with-bindings" "with-in-str"
"with-loading-context" "with-out-str" "with-precision"
@boxxxie boxxxie force-pushed the add-missing-macro-font-locks branch from 4559d91 to 47fea53 Compare July 15, 2022 14:57
@bbatsov bbatsov merged commit fee38d7 into clojure-emacs:master Jul 15, 2022
@bbatsov
Copy link
Member

bbatsov commented Jul 15, 2022

Seems good to me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants