Marcel just released a new Genie version. Some changes should be reflected in the Vim syntax file for Algol 68. These new operators and new predefined words as shown in this diff are supported:
46a47,48 > " Genie extensions in addition to ROUND and ENTIER > syn keyword algol68Operator FLOOR CEIL NINT TRUNC FRAC FIX 194c194 < syn match algol68Predefined "\<\%(blank\|formfeed\|newline\|null\|tab\)\s*char\%(acter\)\?\>" --- > syn match algol68Predefined > "\<\%(blank\|formfeed\|newline\|null\|tab\|eof\)\s*char\%(acter\)\?\>" Thanks! Regards, Janis -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/DU0PR02MB10422F583EA549905D694A624F3232%40DU0PR02MB10422.eurprd02.prod.outlook.com.
