Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont allow override color styles in elvis.syn #23

Open
fbrau opened this issue Aug 16, 2016 · 0 comments
Open

dont allow override color styles in elvis.syn #23

fbrau opened this issue Aug 16, 2016 · 0 comments

Comments

@fbrau
Copy link

fbrau commented Aug 16, 2016

allow a flag to "color ..." statements in elvis.syn
to not let elvis.clr change those colors

for example "color fixed ..." instead of "color ..."

Why?
Maybe I'm overstretching elvis coloring capabilities but this could favour
a style I'm using declaring some "starting" tokens in one color and "ending" tokens
in another one and elvis.clr not overriding this language customization

For example, the html files are colored like this:

keyword <div <span ...
color keyword on green
font operator </div </span ...
color operator on yellow

Even more, there could be some more extra font styles to favour this style, like
"font extra1", "font extra2", "font extra3".

So, the first enhancement should be "color [fixed]"
and the next enhancement should be allow more fonts font (extra1|extra2|extra3).

How invasive would be this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant