I write in a custom scripting language a lot. I have a vim syntax file which is great for syntax highlighting when editing in vim.
I write in several languages throughout the day on an almost daily basis. I usually use Komodo Edit since it recognizes the file types of all my other languages. Unfortunately, for my custom scripting language, Komodo just sets it as file type "Text".
Is there a way I can tell Komodo that files with extension .xyz are of file type XYZ? If I have a xyz.vim file, is there an easy way to have Komodo use that for syntax highlighting or an easy way to import/convert to a Komodo format so I don't have to reinvent the wheel?
Thanks