forked from sublimehq/Packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[D] Add bracket fold rules and reenable indentation folding (sublimeh…
…q#3879) * [D] Add syntax based fold rules for brackets Fixes sublimehq#3878 Thus commit scopes sections in brackets `meta.brackets` and adds corresponding fold rules to enable scope based folding. Note: Meta scopes are required to ensure subsequent brackets (e.g.: [[`) are correctly tokenized individually. * [D] Reenable indentation folding Required to allow folding of code sections not covered by scope based folding.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters