-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
Description
monaco-editor-core version: 0.11.3
Browser: chrome
OS: windows
I want to write a custom (non-indent based) folding provider.
I can see that the method is commented out from standaloneLanguages.ts
/**
* Register a folding provider
*/
/*export function registerFoldingProvider(languageId: string, provider: modes.FoldingProvider): IDisposable {
return modes.FoldingProviderRegistry.register(languageId, provider);
}*/
Is this a regression?
How would I go about defining a language in which a blank line is considered a separator between folding regions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels