Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
496 stars 96 forks source link

Backend-based syntax highlighting for the new webgui #692

Closed LoremIPsummer closed 5 months ago

LoremIPsummer commented 6 months ago

This implements a proper backend-based syntax highlighting using the new CodeMirror 6 Decoration API. Also disables some of the default conflicting settings provided by CodeMirror.

fixes #628