emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

support for syntax mapping #32

Closed ff6347 closed 10 years ago

ff6347 commented 11 years ago

Hi there,

I'm looking for a way to associate other languages with this plugin. e.g. like in SublimeLinter.

"sublimelinter_syntax_map":
{
    "Python Django": "python",
    "Ruby on Rails": "ruby",
    "C++": "c"
}

In my case i'd like to use your plugin with a language definition I'm working on https://github.com/ExtendScript/Sublime-ExtendScript