Gerrit uses CodeMirror as a web code editor. It has support for several languages via npm dependencies. This task is to add support for Vue.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
Looks like @Paladox went to add support for Vue:
- https://gerrit-review.googlesource.com/c/plugins/codemirror-editor/+/438682 Added Vue language support
- https://gerrit-review.googlesource.com/c/plugins/codemirror-editor/+/438761 Added missing Vue dependency
- https://gerrit-review.googlesource.com/c/gerrit/+/438424 Add support for Vue code highlighting
That got merged early October and has been released with Gerrit 3.11.0. T379714 is our task to upgrade to it.
Comment Actions
It's properly fixed with https://gerrit-review.googlesource.com/c/gerrit/+/444763
Fixed in the CM plugin here: https://gerrit-review.googlesource.com/c/plugins/codemirror-editor/+/444803