mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add folding provider sample to the playground
Signed-off-by: Remy Suen <remy.suen@gmail.com>
This commit is contained in:
parent
fe5ddc65b2
commit
4279391dde
6 changed files with 202 additions and 0 deletions
|
|
@ -139,6 +139,12 @@ var PLAY_SAMPLES = [
|
|||
id: "extending-language-services-color-provider-example",
|
||||
path: "extending-language-services/color-provider-example"
|
||||
},
|
||||
{
|
||||
chapter: "Extending Language Services",
|
||||
name: "Folding provider example",
|
||||
id: "extending-language-services-folding-provider-example",
|
||||
path: "extending-language-services/folding-provider-example"
|
||||
},
|
||||
{
|
||||
chapter: "Extending Language Services",
|
||||
name: "Hover provider example",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue