Page MenuHomePhabricator

Add support for Vue language in Gerrit code editor
Open, Needs TriagePublic

Description

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.

Vue support is already available for CodeMirror 6
Maybe should add this Gerrit too, which already uses CodeMirror 6 but evidently doesn't have the Vue package yet (?)

Event Timeline

hashar renamed this task from Missing vue package in CodeMirror on Gerrit to Add support for Vue language in Gerrit code editor.Dec 3 2024, 3:59 PM
hashar updated the task description. (Show Details)
hashar added a subscriber: Paladox.
hashar subscribed.

Looks like @Paladox went to add support for Vue:

That got merged early October and has been released with Gerrit 3.11.0. T379714 is our task to upgrade to it.