Am Montag, 27. Januar 2014 02:37:53 UTC+1 schrieb Danielo Rodríguez:
>
>
> In other order of things this code doesn't highlight correctly with dark
> themes:
>
> (function(a,b){
> var result = a+b;
> return result;
> })(10,20)
>
> I think it's a problem of the plugin. It's not highlighting correctly at
all. When I look at the above linked example, the code appears like this:
*(function**(a*,b){
var result = a+b;
return result;
})(10,20)
I don't think this is useful javascript highlighting. Despite the obvious, "b"
not being formatted like "a" in the parameter list, what about "var" and
"return" being keywords?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.