AW: Algol68 - Synchronize syntax highlighting
Janis Papanagnou <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <AS2SPRMB0054A5CF9358B292DB657476F3DD2@AS2SPRMB0054.eurprd05.prod.outlook.com> |
That "exe" thing you showed below looks horrible! :-) I hope we find some more appealing solution to the raised topics. ;-) Thanks and regards, Janis ________________________________________ Von: [email protected] <[email protected]> im Auftrag von Christian Brabandt <[email protected]> Gesendet: Dienstag, 11. August 2026 19:26 An: [email protected] Betreff: Re: Algol68 - Synchronize syntax highlighting On Di, 11 Aug 2026, Janis Papanagnou wrote: > I notice that the post mentioned below hasn't yet appeared. > (Is vim_use probably moderated?) Yes, first few messages I had to approve, your message is now visible in vim_use and you are not marked as being moderated, but I am not quite sure if you are still subject to moderation. > questions). - In short; I've encountered problems with the hard-coded > values of "syn sync minlines=250 maxlines=500" in the algol68.vim file. We can do what e.g. is documented for html, something like this: exe printf('syn sync minlines=%d maxlines=%d', get(g:, 'algol_minlines', 250), get(g:, 'algol_maxlines', 500)) Then you could refine it using the custom variables g:algol_minlines and g:algol_maxlines. But I leave those changes to Doug, he understand that much better than I do :) Thanks, Christian -- Character is what you are in the dark! -- Lord John Whorfin -- -- 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/antbS5dq1VxCce1u%40256bit.org. -- -- 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/AS2SPRMB0054A5CF9358B292DB657476F3DD2%40AS2SPRMB0054.eurprd05.prod.outlook.com.