Hi, apologies if this has been asked before but I can’t find anything on it. I am making a syntax coloring module for IBM’s REXX language. While most languages (like the C family) will define a code block using curly braces { }, REXX has DO and END delimiters to open and close logical code blocks, which can also be nested.
Can I specify this convention in the YAML syntax file? I like how Sublime will automatically highlight matching pairs of braces, brackets, parentheses, etc., and it’d be nice to see it do this with other types of logical code blocks.