The problem: I'm trying to style certain keywords (e.g. "function") within the content of a code-tag, excluding those keywords from the C-style comments that appear in that content. Solution: I believe that a match of the innerHTML-string of the code-tag against a Regex-pattern, that would exclude the C-style comments could do the job...
Any suggestions?