You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/website/playground/new-samples/extending-language-services
Remy Suen 661b83d7b0 Create example for model markers
This example demonstrates how to listen to model change events so that
the content of the editor can be validated. Any content that is deemed
invalid can be flagged with a model marker.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
3 years ago
..
codelens-provider-example Move website files to `/website/` 3 years ago
color-provider-example Move website files to `/website/` 3 years ago
completion-provider-example Move website files to `/website/` 3 years ago
configure-javascript-defaults Move website files to `/website/` 3 years ago
configure-json-defaults Move website files to `/website/` 3 years ago
custom-languages Fix some errors on the website playground 3 years ago
folding-provider-example Move website files to `/website/` 3 years ago
hover-provider-example Move website files to `/website/` 3 years ago
inlay-hints-provider-example Move website files to `/website/` 3 years ago
model-markers-example Create example for model markers 3 years ago
semantic-tokens-provider-example Move website files to `/website/` 3 years ago
symbols-provider-example Move website files to `/website/` 3 years ago