From @narma on May 19, 2016 21:22
- VSCode Version: 1.1.1
- OS Version: OS X 10.11.4
Steps to Reproduce:
- change language mode to clojure in editor
- Write
#"\\ regexp somewhere, for ex. '(#"\\" 3 "" 4 5) or
(defn decode-embed-json
[^String s]
(-> s
(string/replace #"\\" "")
json/read-str))
(even github has this issue, lol)
- Instead of proper hightlighting we see this

Copied from original issue: microsoft/vscode#6557