LightTable / Clojure

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

do not eat spaces when inside string #12

Closed otijhuis closed 10 years ago

otijhuis commented 10 years ago

Currently when a string starts with whitespace the tokentype of that whitespace returns nil, not string. I compared this to javascript/common lisp syntax where it does return string. Turns out it eats the spaces at the beginning of a string even though it is in string mode already.

ibdknox commented 10 years ago

Nice catch!