Getting SciTE to do Python-like folding for text files

Just add the following to SciTEGlobal.properties:

file.patterns.text=*.txt
filter.text=Text (txt)|
lexer.$(file.patterns.text)=python

Saved for future reference. Oh, what am I becoming I sometimes wonder… I am digging Vim over Emacs these days. Here is a guide to text folding in Vim.