I have started a Spoofax language project and specified a file extension .foo for my language in the wizard. I also want to support file extension .bar. How can I achieve this?

Asked by Guido Wachsmuth on 15 May 2013 at 21:22

Visit editor/YourLanguage-main.esv It should contain a line extensions: foo You can define multiple file extensions there, separated by comma: extensions: foo, bar.

Answered by Guido Wachsmuth on 15 May 2013 at 21:23