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.

This entry was posted in Coding, Software Engineering, Programming and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>