vscode/extensions/typescript/syntaxes
2016-08-03 12:13:18 +02:00
..
Readme.md [typescript] evolve update script, emit grammar as JSON 2016-08-02 17:27:04 +02:00
TypeScript.tmLanguage.json grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00
TypeScriptReact.tmLanguage.json grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00

The file TypeScript.tmLanguage.json and TypeScriptReact.tmLanguage.json are derived from TypeScript.tmLanguage and TypeScriptReact.tmLanguage.

To update to the latest version:

  • cd extensions/typescript and run npm run update-grammars
  • don't forget to run the integration tests at ./scripts/test-integration.sh