It’s not that it can’t handle it. It does it for Python.
How can I ask it to do the same with other languages?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe this is hardcoded into Scintilla’s lexers for Python and other languages respectively (Scintilla is the editing component that Notepad++ uses), so you can’t change this with some configuration setting.
The relevant documentation I found for folding mostly points to writing lexers for Scintilla. See the home page for some links.