Agreed. I'd prefer to have full-fledged JSON support, but I'd also like to get the filetype fixed ASAP. I went with a relatively minimal change for now that's less likely to be controversial.
Has anyone contacted elzr or authors of any other plugins to see if they want to merge their plugin into vim? David On Tue, Jul 15, 2014 at 3:03 PM, LCD 47 <[email protected]> wrote: > On 14 July 2014, David Barnett <[email protected]> wrote: > > This is a patch to create a separate json filetype and use it for > > *.json files instead of using javascript. It currently just forwards > > indent and syntax settings to the javascript filetype, but it does > > define its own ftplugin/json.vim file since most of the settings in > > ftplugin/javascript.vim don't apply to JSON. I'd like to submit it to > > be integrated in vim under the Vim license. > [...] > > How about a complete solution: > > https://github.com/elzr/vim-json.git > > I've been using this for almost two years now, and never looked > back. > > /lcd > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to a topic in the > Google Groups "vim_dev" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vim_dev/TN1NLapzf44/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
