Re: Euphoria code on Github
- Posted by Icy_Viking Feb 23, 2022
- 1111 views
ghaberek said...
Icy_Viking said...
It seems that .e files have syntax coloring. However .ew and .exw don't seem to have syntax coloring.
That is correct. GitHub have a rather stringent policy on adding new extensions so I opted to only add Euphoria support for .e and .ex, which were already included for Eiffel and Elixir, respectively.
You can add an override to your project .gitattributes file to force other extensions to be parsed as Euphoria:
*.ew linguist-language=Euphoria *.exw linguist-language=Euphoria
But to be honest I don't see much purpose in continuing to use those extensions anyway. They don't really mean anything.
-Greg
So I can use .e and .ex even for Windows related Euphoria programs now? I think its just a habit from using older versions of Euphoria. But if I can only use .e and .ex then that's cool.