Hi Meikel, Firstly thanks for making VimClojure, it is really great! I especially like the rainbow parenthesis, that's extremely useful.
Also just reporting a small syntax highlighting consideration user=> (def f #(println @%1)) #'user/f user=> (f (atom 5)) 5 @%1 tricks it and %1 is not shown as blue (not that it really matters!) Installation instructions .vimrc settings available in text format, so I don't have to watch the screencast to get them ie: set nocompatible filetype plugin indent on syntax on let clj_highlight_builtins = 1 let clj_paren_rainbow =1 Regards, Tim. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---