mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Fix TSX and JSX LSP name.
This commit is contained in:
@@ -289,6 +289,7 @@ static void addTypeScript() {
|
||||
{},
|
||||
"//" } )
|
||||
.setSymbols( ts.getSymbols() )
|
||||
.setLSPName( "typescriptreact" )
|
||||
.setAutoCloseXMLTags( true );
|
||||
;
|
||||
}
|
||||
@@ -1203,7 +1204,8 @@ static void addJSX() {
|
||||
{ "NaN", "keyword2" }, { "this", "keyword2" },
|
||||
},
|
||||
"//" } )
|
||||
.setAutoCloseXMLTags( true );
|
||||
.setAutoCloseXMLTags( true )
|
||||
.setLSPName( "javascriptreact" );
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user