Re: Euphoria code on Github
- Posted by ghaberek (admin) Feb 23, 2022
- 1233 views
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