eclipse-shellwax / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

Changing Syntax Highlighting Colors #23

Closed sebthom closed 4 years ago

sebthom commented 4 years ago

I just upgraded to Eclipse 2019-12 and realized that the ShellEd project is not available anymore and has been replaced by shellwax. In ShellEd it was possible to customize the colors used for syntax highlighting. I cannot find a similar option for shellwax in the Eclipse preferences. Can the colors be customized and if so how? Thanks!

mickaelistria commented 4 years ago

The syntax highlighting is "externalized" to TM4E plugins. You can configure a theme (in the TextMate meaning of a theme) for specific file type in Preferences > TextMate > Grammar, select a language and then click the "Theme" tab on that same page.

sebthom commented 4 years ago

@mickaelistria thanks!