atom / language-clojure

Clojure package for Atom
Other
49 stars 48 forks source link

Namespaces, definitions, dynamic variables, metadata and #13

Closed hanjos closed 9 years ago

hanjos commented 9 years ago

I'm writing a theme for Clojure, and I was missing some stuff, such as:

So I wrote this fork. The end result looks something like this (using my personal theme; the coloring is a work in progress :smile: ):

image

For comparison, here's how the same code looks without these modifications:

image

kevinsawicki commented 9 years ago

Would you mind rebasing/merge in master? I just added Travis and a simple spec that verifies the grammar parses.

hanjos commented 9 years ago

Done and done. I also added an extra commit to fix the scopes for the beginnings and ends of maps and sets.

kevinsawicki commented 9 years ago

Thanks for these really nice improvements :shipit:

hanjos commented 9 years ago

No problem :smile: