Microsoft/monaco-editor

[Feature Request] Language support for XQuery

Open

#3,106 opened on May 16, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,283 forks)batch import
feature-requestgrammarshelp wanted

Repository metrics

Stars
 (14,836 stars)
PR merge metrics
 (Avg merge 6h 26m) (15 merged PRs in 30d)

Description

Context

  • This issue is not a bug report. (please use a different template for reporting a bug)
  • This issue is not a duplicate of an existing issue. (please use the search to find existing issues)

Description

XQuery is the only reason we still keep another editor in the application. It is a bit of a niche language but it would be great to have it. We have defined a syntax with Monarch but implementing and integrating a validator seems a lot more difficult to achieve.

Contributor guide