GIT Commit does not respect editorHighlighterProvider
Hello,
I use EditorHighlighterProvider for my syntax highlighting since my custom language is embedded in html. It seems to work fine everywhere else (when looking at diffs for example) but when I do a commit via the IDE and look at the code in the details tab of the commit window the code is totally uncolored.
Is this by design or is it a bug? If it is by design, what can I do to fix it?
Please sign in to leave a comment.
Hello Marcus,
It looks more like a bug. The "short diff" at the bottom of the commit dialog should have the same editor highlighting as the full-sized diff dialog.
Please open a bugreport at our bugtracker, if in your case they are different. It would be cool if you could provide the plugin which reproduces the problem.