biletskyy / flatwhite-syntax

A light syntax theme for Atom
https://atom.io/themes/flatwhite-syntax
MIT License
168 stars 14 forks source link

Highlight symbols in clojure #19

Closed torbjornvatn closed 5 years ago

torbjornvatn commented 7 years ago

I find this a bit hard to read as there are no color difference between the function and the arguments:

screen shot 2016-10-25 at 22 22 45

Could it be possible to add a highlight to .symbol.clojure as well?

Maybe something like this (here I'm using .teal)?

screen shot 2016-10-25 at 22 25 42
torbjornvatn commented 7 years ago

Any thought in this?

MaxBittker commented 7 years ago

aren't functions also symbols? (this is the lisp 1\2 thing isn't it)

torbjornvatn commented 7 years ago

I'm not sure, but when I added the .teal highlight to .symbol.clojure I got the effect in the screenshot