atularen / ngx-monaco-editor

Monaco Editor component for Angular 2 and Above
https://www.npmjs.com/package/ngx-monaco-editor
MIT License
428 stars 155 forks source link

Sparql Syntax and validation #250

Open tusharpanumatcha opened 2 years ago

tusharpanumatcha commented 2 years ago

Been working with monaco-editor it provides syntax highlighting and syntax validation for css js and ts my requirement is to perform the same for sparql queries have implemented the monaco-editor core module 0.32.0 getting syntax highlighted but need to implement validations like closed braces and all. can any one help me with this ?