SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set lexer for custom file extension in `config.cfg` doesn't work

opened this issue · comments

I followed the instruction here: #194

I edited config.cfg to add winlib=shellscript. Doesn't work. This means I can't register new file extensions in config.cfg.

That configuration is not for setting a custom file extension, but for setting the default language for a file extension (when a file extension can represent more than a single language). Currently it's not possible to register custom file extensions.