jamalsenouci / sublimetext-syntaxfold

Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
MIT License
40 stars 6 forks source link

What will be config for python syntax #2

Closed kuldeeprishi closed 9 years ago

kuldeeprishi commented 9 years ago

can you provide an example for config for python syntax

jamalsenouci commented 9 years ago

Python syntax is indented and sublime text supports folding by indentation out of the box. See http://wesbos.com/sublime-text-code-folding/ for further details on how it works.

kuldeeprishi commented 9 years ago

OK thanks