VE: Add a '<math' sequence

Change-Id: I5ec6cc2e6b7487ef3ac5987b8eb055adbfc41931
This commit is contained in:
Ed Sanders 2015-10-22 11:49:55 +01:00
parent 3a405a6f54
commit 358635a33d
1 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,7 @@ ve.ui.commandRegistry.register(
{ args: [ 'math' ], supportedSelections: [ 'linear' ] }
)
);
ve.ui.sequenceRegistry.register(
new ve.ui.Sequence( 'wikitextMath', 'math', '<math', 5 )
);