My sublime-github plugin uses a pretty hacky method of setting the syntax file for a gist based on that gist’s file extension: github.com/bgreenlee/sublime-gi … #L208-L229
Unfortunately, this no longer works in ST3 because the default .tmLanguage files are packaged in the ST3 executable. Is there some hidden API method that can give me a file type => syntax file mapping? Or should I just dig through the default syntax files and create my own static mapping?