Eideticom / hdl-verifgui

A useful GUI tool for managing HDL verification.
https://eideticom.com
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

pyVerifGUI: switch to simplistic use of pygments instead of custom lexer #15

Closed davidlenfesty closed 3 years ago

davidlenfesty commented 3 years ago

This would switch from using a custom highlighter to one based on pygments. It lets me be more flexible, I don't have to write a new highlighter for every language, but I don't particularly like the style it uses for SystemVerilog, which is unfortunate.