I often end up working with different types of data files that have various markup, yet are either in no known syntax, or the syntax detected for the file type is wrong, and the highlighting is a mess.
I really wish I could just assign a shortcut that would let me cycle the syntax through the list of syntaxes (previous/next, with wrapping from the first to last and vice versa). That would allow me to quickly find a syntax with contextual highlighting that works well for whatever file I am editing - much faster than switching the syntax using the view menu or the command palette.
Is there any way I could script this behavior in Sublime Text? Is there a plugin or package currently available that would let me do this?