Hi, On 23 Okt., 14:48, "J. McConnell" <[EMAIL PROTECTED]> wrote: > 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\?\>"
Thanks for the patch. I will include it. Just a technical note: please consider diff -u or diff -c for patches. It provides more context and also helps in case the hunk moved in the meantime. Sincerely Meikel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---