How can I have multiple file extensions for the same language?
I have started a Spoofax language project and specified a file extension
Asked by Guido Wachsmuth on 15 May 2013 at 21:22.foo
for my language in the wizard. I also want to support file extension.bar
. How can I achieve this?
1 Answer
Visit
Answered by Guido Wachsmuth on 15 May 2013 at 21:23editor/YourLanguage-main.esv
It should contain a lineextensions: foo
You can define multiple file extensions there, separated by comma:extensions: foo, bar
.