patstockwell / vim-monokai-tasty

VIM Colour scheme
390 stars 51 forks source link

Add basic clojure improvements #12

Closed ryanolsonx closed 5 years ago

ryanolsonx commented 5 years ago

I've been doing some clojure lately and I noticed that in comparison with Sublime Text clojure highlighting, things were a little off. Primarily, the parens were pretty red and there were some places where things could be colored differently.

Sublime Version

screen shot 2018-12-20 at 10 15 16 am

Before this PR

screen shot 2018-12-20 at 10 17 40 am

To attempt to make things look a little more like sublime, I made the changes in this PR. They get things closer to sublime but due to the clojure syntax highlighting groups (and the dynamic nature of a lisp), it's difficult to highlight things as well as Sublime Text here.

After this PR

screen shot 2018-12-20 at 10 26 38 am
patstockwell commented 5 years ago

Looks great @ryanolsonx, thanks for the PR! Merging. 🌮 Gets the taco seal of approval ™

patstockwell commented 5 years ago

If you find a syntax plugin that you prefer for Clojure, let me know and we can add more definitions 👍