TextMate bundle for syntax highlighting and code snippets.
This bundle can also be imported to JetBrains and VSCode IDEs (TextMate support by different IDEs is limited, e.g. code snippets don't work in JetBrains).
Supported code snippets:
begin
..end
(typebegin
)if
..else
..end
(typeif
)proc
..end
(typeproc
)repeat
..end
(typerepeat
)while
..end
(typewhile
)