Re: Euphoria code on Github

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu