Re: Algol68 - Synchronize syntax highlighting

Christian Brabandt <[email protected]> Tue, 11 Aug 2026 19:26:35 +0200
Newsgroups gmane.editors.vim.devel
Message-ID <[email protected]>
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.