Multiple regular expressions for hideshow

In emacs, is there a way to make hideshow mode recognize multiple regexes to hide?

+1


a source to share


1 answer


Taken from EmacsWiki . If I understand your question correctly, you may be out of luck, however the "easy way" may mean that there is a difficult path to find.

Good luck.



There is no easy way to specify multiple regular expression pairs for the same language, for example

* Open: {, close: }
* Open: #ifdef, close: #else or #elif or … etc.

      

+4


a source







All Articles