File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ export function activate(context: vscode.ExtensionContext) {
179
179
context . subscriptions . push ( vscode . languages . registerDocumentLinkProvider ( { language : 'sch' } , schLinkProvider ) ) ;
180
180
context . subscriptions . push ( vscode . languages . registerHoverProvider ( { language : 'xslt' } , new XSLTHoverProvider ( ) ) ) ;
181
181
context . subscriptions . push ( vscode . languages . registerHoverProvider ( { language : 'xpath' } , new XSLTHoverProvider ( ) ) ) ;
182
+ context . subscriptions . push ( vscode . commands . registerCommand ( 'xslt-xpath.setVariableNames' , ( ...args ) => XPathSemanticTokensProvider . setVariableNames ( args [ 0 ] ) ) ) ;
182
183
context . subscriptions . push ( vscode . commands . registerCommand ( 'xslt-xpath.formatUnchecked' , ( ) => formatUnchecked ( ) ) ) ;
183
184
context . subscriptions . push ( vscode . commands . registerCommand ( 'xslt-xpath.gotoXPath' , ( ) => showGotoXPathInputBox ( ) ) ) ;
184
185
context . subscriptions . push ( vscode . commands . registerCommand ( 'xslt-xpath.selectCurrentElement' , ( ) => XsltSymbolProvider . selectXMLElement ( SelectionType . Current ) ) ) ;
You can’t perform that action at this time.
0 commit comments