mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Symbols provider sample
This commit is contained in:
parent
dfaf55beb9
commit
02fb6bfd43
6 changed files with 594 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: "Symbols provider example",
|
||||
id: "extending-language-services-symbols-provider-example",
|
||||
path: "extending-language-services/symbols-provider-example"
|
||||
},
|
||||
{
|
||||
chapter: "Extending Language Services",
|
||||
name: "Folding provider example",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue