livecode / atom-language-livecode

LiveCode Language package for Atom
GNU General Public License v3.0
16 stars 15 forks source link

Add An Extra Structure That We Can Fold #32

Open macMikey opened 7 years ago

macMikey commented 7 years ago

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>