vscode 2018-05-10

@whoneedszzz: We had a chat about syntax highlighting a while ago. This is the grammar/syntax used by vscode’s built in Clojure extension: https://github.com/atom/language-clojure/blob/master/grammars/clojure.cson

The vscode team converts this to the json structure that vscode uses, but any pull requests should be directed towards the atom file.