On 10/25/2010 04:36 PM, Lex Trotman wrote:
Recognising data-* as legal needs to be added to the Scintilla lexer. Perhaps creating an HTML5 one. You could discuss it with the Scintilla ML http://groups.google.com/group/scintilla-interest
Cheers Lex
I'm familiar enough with Scintilla hacking that I might just work on such a patch. Adding "my" data-* attributes is not sufficient; they will change from project-to-project, depending on its needs.
With the Scintilla lexer able to expand asterisks, Geany can use the literal string "data-*" (and aria-* if you really wanted). I like it! Thanks for the direction.