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

Please add syntax highlighting to more languages #62

Closed ghost closed 1 year ago

ghost commented 1 year ago

Both editor are using Scintilla but Notepad-- out of the box has syntax highlighting for more languages than Skylark. It's very annoying when you opened a file only to realize syntax highlighting for it is not available.

adonais commented 1 year ago

I don't have time to add all the syntax highlighting options. I'll add the syntaxes that are of interest to the user first. You can specify the language, Or you can add it yourself by modifying the lua scripts.

ghost commented 1 year ago

I don't have time to add all the syntax highlighting options. I'll add the syntaxes that are of interest to the user first. You can specify the language,

Please add Pascal.

Or you can add it yourself by modifying the lua scripts.

How?

adonais commented 1 year ago

Click #62, to see the changes in the conf\script-opts\user_docs.lua and conf\script-opts\user_pascal.lua files.