Re: [Seed7-users] Nano editor syntax file
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Thomas M. <tho...@gm...> - 2022-06-12 09:29:36
|
On Tue, 7 Jun 2022 16:59:00 +0200 Duke Normadin <dukeof...@gm...> wrote: > I've just put together a syntax file for the nano editor. > It can/needs improvement(s), but it works just fine as is. > I can make it available. How? Great. If it is a text file (XML, JSON or otherwise non-binary) you can just send the file(s) content just as part of a mail like: ---------- begin blah.xxx ---------- # Seed7 syntax highlighting for Nano ... ---------- end blah.xxx ---------- For a binary file you can try an attachment. If you allow me to add your Nano syntax highlighting to the official Seed7 release is will gladly add it. Many thanks in advance for your effort. Regards Thomas |