LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 47 forks source link

Angle brackets in keywords #5

Closed tapeinosyne closed 10 years ago

tapeinosyne commented 10 years ago

I have noticed that angle brackets are left out of keyword matching (line 49) in the CodeMirror mode. For example, in :foo->bar only "foo-" would be colorized as keyword.

Is this intentional? I can't quite find up-to-date documentation on exactly what characters are allowed, but keywords containing angle brackets seem to be parsed correctly by the reader.