vim-clojure-highlight icon indicating copy to clipboard operation
vim-clojure-highlight copied to clipboard

Add some basic clojurescript support

Open dhleong opened this issue 6 years ago • 0 comments

The first call is a bit slow so I didn't set up a default BufRead autocmd. Also, it's unfortunate but most of the useful functions needed for full highlighting (ns-aliases, ns-resolve) aren't available in clojurescript. Also, since macros are compile-time only in clojurescript, we can't detect those at all.

So, I didn't disable the _core_keywords, but instead just augmented it.

Refs #5

dhleong avatar Nov 12 '18 13:11 dhleong