adonais / skylark

Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
https://sourceforge.net/projects/libportable/files/Skylark/
GNU General Public License v3.0
461 stars 45 forks source link

Broken multi-line comments #107

Closed ghost closed 5 months ago

ghost commented 10 months ago

This will break a multi-line comment: /* example multi-line comment \*/. Remove \ and it will be correctly highlighted as a multi-line comment. This is the wrong behavior. Please fix it. Thank you.