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
453 stars 44 forks source link

Anything after //! is not considered as part of the comment #106

Open ghost opened 9 months ago

ghost commented 9 months ago

Remove ! then it will be correctly highlighted as a comment. This is the wrong behavior. Please fix it. Thank you.

adonais commented 8 months ago

I don't know what you mean. can you give me an example?

ghost commented 8 months ago

I don't know what you mean. can you give me an example?

Oh I forgot, it's a bug in the syntax highlighting of C/C++ languages.