Re: [PATCH] Add runtime files for the Clojure programming language

2013-02-07 Thread Ben Fritz
On Wednesday, February 6, 2013 10:06:32 PM UTC-6, Sung Pae wrote: > > If I can convince you that iskeyword+=… is justified for the Clojure > > filetype, then I think the syntax groups in question should remain in > > `syntax keyword` form in the interest of performance. > For what it's worth,

Re: [PATCH] Add runtime files for the Clojure programming language

2013-02-06 Thread Gary Johnson
On 2013-02-06, Sung Pae wrote: > However, I can see now that setting 'iskeyword' in the syntax file > instead of the ftplugin is problematic because the setting becomes local > to the buffer and not to the filetype, which will cause confusion if a > user changes filetypes for a buffer. There is n

Re: [PATCH] Add runtime files for the Clojure programming language

2013-02-06 Thread Sung Pae
On Wed, Feb 06, 2013 at 04:06:01PM +0100, Bram Moolenaar wrote: > The syntax file is using the old style HiLink command. You can just > use "hi def". Gladly. I believe this was simply cargo-culted from existing syntax files. Should I also remove the if version < 600 syntax clear

Re: [PATCH] Add runtime files for the Clojure programming language

2013-02-06 Thread Bram Moolenaar
Sung Pae wrote: > > > Attached is a patch adding runtime files (syntax, indent, ftplugin, > > > and an autoloaded completion script) for the Clojure programming > > > language. > > > > Thanks. I'll include the files later. > > > > Please don't forget to send me updates when you make improvements.

Re: [PATCH] Add runtime files for the Clojure programming language

2013-01-31 Thread Bram Moolenaar
Sung Pae wrote: > Attached is a patch adding runtime files (syntax, indent, ftplugin, and > an autoloaded completion script) for the Clojure programming language. > > In 2007, Toralf Wittner posted a vim syntax script to the Clojure > mailing list, and in 2008 Meikel Brandmeyer included it in Vi

[PATCH] Add runtime files for the Clojure programming language

2013-01-30 Thread Sung Pae
Hello, Attached is a patch adding runtime files (syntax, indent, ftplugin, and an autoloaded completion script) for the Clojure programming language. In 2007, Toralf Wittner posted a vim syntax script to the Clojure mailing list, and in 2008 Meikel Brandmeyer included it in VimClojure, a sophisti