Some languages are not being associated with the Spoofax editor
In a fresh Eclipse installation with Spoofax installed, with a fresh workspace, some languages are not being associated with the Spoofax editor. For example,
.nab
,.sdf3
,.esv
and.def
files are not being associated with the Spoofax editor, meaning they open in the default text editor. Only Stratego and non-meta language files seem to be associated correctly.This seems to be caused by wrong associations in Eclipse, found under
Submitted by Gabriƫl Konat on 27 February 2015 at 13:59General -> Editors -> File Associations
. Almost all associations follow the patternLanguageName.Extension
, likeEditorService.esv
, which is wrong. It should be*.esv
instead.
Issue Log
On 5 March 2015 at 11:01 Oskar van Rest commented:
Fixed with https://github.com/metaborg/spoofax/pull/12
On 5 March 2015 at 11:01 Oskar van Rest closed this issue.
Log in to post comments