TheLonelyStar wrote: > Hi, > > I would like to code haXe (www.haxe.org) using vim. > Here is a syntax file: > http://www.cactusflower.org/haxe.vim > > since I am unsure what to do with it, I copied it into ~/.vim/ftplugins and > ~/.vim/syntax > > But vim does not recognize haxe (*.hx) files. What do I have to do? >
1. remove it from .vim/ftplugin -- your haxe.vim file is a syntax file and doesn't belong in .vim/ftplugin. 2. read :help new-filetype I use option C, myself. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
