|
From: | Benjamin Kowarsch |
Subject: | Re: [Gm2] lowercase keywords, Modula-2 mode for emacs |
Date: | Thu, 7 Jun 2018 00:13:23 +0900 |
> Note it is not only keywords but also predefined identifiers that need
> to be lowercased. In our Pygments plugin we render keywords in
> lowercase bold (optionally underlined) and predefined identifiers in
> lowercase bold italic. I am not sure if you can replicate than in
> emacs, though.
thanks for the stear. Yes I think this can be done in emacs.
> Also, since the WRITE statement syntax supports both formatted and
> unformatted writing, there was no longer any need for
> WRITEF which became obsolete altogether.
>
> https://github.com/m2sf/m2bsk/wiki/Language-Description#the- read-statement
>
> https://github.com/m2sf/m2bsk/wiki/Language-Description#the- write-statement
ah interesting - always nice to see things removed when unnecessary.
I still plan to implement this! Looks like great fun
[Prev in Thread] | Current Thread | [Next in Thread] |