Hi,
i’d like to learn if smth. like the build-in encoding-selector can be done within a plugin. Use case is : when working with Coffeescript, i’d like to be able to quickly switch back and forth between CS 1.xx to the current version. When i do CS/JS for a Node or Browser-Environment i’d use the current CS-compiler, but e.g. when working against Nashorn, CS-1 would be perfect.
Maybe i add another tmLanguage and LinterSetup and register file-endings for .coffee(current) and cs1(older 1.xx) ?
Has this been done or can it be done easier ?
thx and greets, Andreas