Here's a tiny patch against the VimClojure syntax file to allow Vim to
recognize BigDecimal literals (numbers suffixed with "M"):

kant[~/.vim/syntax]$ diff clojure.vim.orig clojure.vim
162c162
< syn match   clojureNumber "\<-\?[0-9]\+\>"
---
> syn match   clojureNumber "\<-\?[0-9]\+M\?\>"

Hope someone finds it useful,

- J.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to