Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for region folding #26

Closed
anrikun opened this issue Sep 6, 2022 · 0 comments
Closed

Add support for region folding #26

anrikun opened this issue Sep 6, 2022 · 0 comments
Labels
Priority: Normal Priority: Normal Type: Enhancement New feature or request

Comments

@anrikun
Copy link

anrikun commented Sep 6, 2022

This can be achieved by adding this to language.configuration.json:

  "folding": {
    "markers": {
      "start": "^\\s*;\\s*#?region\\b",
      "end": "^\\s*;\\s*#?endregion\\b"
    }
  }
@mborik mborik added Type: Enhancement New feature or request Priority: Normal Priority: Normal labels Apr 3, 2023
@mborik mborik closed this as completed in 2e2a786 May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Priority: Normal Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants