apply itself for igo files
Is there anyway for gosublime to pretend that an igo file is a go file and apply itself?
What's the scope name of an igo file? You can find it by opening the Sublime Text console and running view.scope_name(0).
'text.plain '
Is that inside a igo file? I'd expect it to be using a custom syntax definition of some sort.
What's an igo file anyway?
https://github.com/rocketlaunchr/igo
If you or someone else created a syntax definition for it, I'd be willing to add a special-case if possible. But I don't think that'd be enough because it seems like it uses a different syntax that would fail when GoSublime uses the official go tools on it.