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

enh(clojure) Adds global definitions with class name title #2419

Merged
merged 7 commits into from Feb 25, 2020

Conversation

joshgoebel
Copy link
Member

No description provided.

joshgoebel and others added 2 commits February 21, 2020 22:19
Adds support for Clojure global definitions with class name `title`, including:

* def
* defonce
* defprotocol
* defstruct
* defmulti
* defmethod
* defn
* defn-
* defmacro
* deftype
* defrecord
@joshgoebel
Copy link
Member Author

joshgoebel commented Feb 22, 2020

One remaining issue with defn-: #2420

@joshgoebel
Copy link
Member Author

@agrison Look good to you?

@joshgoebel joshgoebel added enhancement An enhancement or new feature language labels Feb 22, 2020
@agrison
Copy link
Contributor

agrison commented Feb 22, 2020

Awesome, looks good @yyyc514 I will take a close look this evening !

Copy link
Collaborator

@egor-rogov egor-rogov left a comment

Choose a reason for hiding this comment

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

Looks good.

@joshgoebel
Copy link
Member Author

@agrison Did you have a change to take a look?

@agrison
Copy link
Contributor

agrison commented Feb 25, 2020

Yes it looks good, nice work !

@joshgoebel joshgoebel merged commit 51a7af4 into highlightjs:master Feb 25, 2020
joshgoebel added a commit that referenced this pull request Mar 3, 2020
Adds support for Clojure global definitions with class name `title`, including:

* def
* defonce
* defprotocol
* defstruct
* defmulti
* defmethod
* defn
* defn-
* defmacro
* deftype
* defrecord

Original PR work by Alexandre Grison. 

Co-authored-by: Alexandre Grison <a.grison@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants