Search code examples
monaco-editorvisual-studio-monaco

Monaco custom language validation


Monaco editor Is there any example how to write validation for custom language ?

For example i need to write error for unused words (words is dynamic)


Solution

  • Your question is rather vague but here is an example that shows how to validate if typescript is all written in lowercase instead of TypeScript.