Hello,
I've been tinkering with wordfile.txt to accomodate a forced fold that is already present in much of my code, but can't seem to get it working.
The fold marker is a triple brace such as:
I've tried "{{{" and "}}}" in the open/close strings, but that doesn't seem to work when the block is in a comment.
Any ideas?
I've been tinkering with wordfile.txt to accomodate a forced fold that is already present in much of my code, but can't seem to get it working.
The fold marker is a triple brace such as:
Code: Select all
' {{{ header
' stuff
' more stuff
' }}}
' {{{ variables
foo is x
' etc..
' }}}
Any ideas?