You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language spec for test output lives entirely in syntaxes/ and is specified using the .tmLanguage format. The pip requirements file is spread out between syntaxes/ and languages/ and is defined using the JSON version of the .tmLanguages spec. The pip requirements files should be brought in line by consolidating all of the files into syntaxes/ and moving over to the XML format.