Hi,
A couple of weeks ago I tried to integrate the CodeSnippets plug-in into one of my project. The integration itself is very easy but unfortunaly it fails becauxse of (probbaly) there was an issue/bug. So, I did not integrate this plug-in into this project. If I remember good, the vesion was 4.4.3 or 4.4.4, something like that.
Today, I downloaded the lastest CKEditor + CodeSpippets plug-in, version 4.4.5. The issue I had previously has been fixed. Now this plug-in works good, but not fine, because an other issue still remains.
The remainnning issue is that the CodeSnippet plug-in add the word "language-php" into the <code class="language-php">. And so, the Highlight JavaScript library do not recognize the language in used: the "language-php" should be replaced by just "php" (or cpp, cs, javascript, etc).
I tried to do this substitution manuelly (for example by using the CKEditor "source" button) but the whole class is removed. The class="php" vanish/disappears. And so the Highlight JavaScript can't do the job fine : the language is not mentionned in the label.
There is something wrong/issues. Should I open a "case" or bugg ?