This script doesn't highlight properly:
    vim9script

    def Out(in: bool): bool

        if in
            echo "yay!"
        else
            echo "boo!"
        endif

        return in
    enddef

This one does:
    vim9script

    def Out(in: bool): bool
        if in
            echo "yay!"
        else
            echo "boo!"
        endif

        return in
    enddef

The only difference is a blank line after the def line.

-- 
Christian J. Robinson <hept...@gmail.com>

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CAK14FZ%2BogPA4vdnfJjMG5LoCDmxQAhL01n8UoHkh6Owyn8pUaA%40mail.gmail.com.

Raspunde prin e-mail lui