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

Set which syntax highlighter to use for a new file extension #68

Closed ghost closed 1 year ago

ghost commented 1 year ago

This language has a syntax based on C# so the syntax highlighter for C# could be used. The problem is that the language uses the .ci extension but not .cs.

https://github.com/pfusik/cito

adonais commented 1 year ago

"conf\script-opts\user_docs.lua" file, search for DOCTYPE_CS, change ";.cs;", to ";.cs;*.ci"