GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

More specific styles by lexer or language name #371

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add the ability to highlight based on the current language. So in a ESS file 
something like:

C keyword_style {
...
}
keyword_style {
...
}

Where the more specific one would override the general one. The idea comes 
from Espresso (macrabbit.com/espresso).

Original issue reported on code.google.com by revcompg...@gmail.com on 2 Jun 2009 at 2:26

GoogleCodeExporter commented 9 years ago
I had some plans for this quite some time ago but has been put on back burner by
higher priority items.

Will probably use a dot notation in final implementation.

i.e)

c.default_style { }

Original comment by CodyPrec...@gmail.com on 2 Jun 2009 at 2:11