atom-language-livecode
atom-language-livecode copied to clipboard
Add An Extra Structure That We Can Fold
Since we don't have named blocks in LCS, it would be nice to be able to perhaps use comments to mark a block, and then be able to fold that block.
For example, I've taken to marking blocks with a commented hashtag
#<parse the list>
...
#</parse the list>