Skip to content

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.

License

Notifications You must be signed in to change notification settings

microsoft/TypeScript-TmLanguage

Folders and files

NameName
Last commit message
Last commit date
Nov 20, 2015
Sep 27, 2016
Nov 18, 2016
Sep 20, 2016
Nov 5, 2015
Nov 5, 2015
Apr 18, 2016
Oct 17, 2016
Sep 29, 2016
Sep 23, 2016
Nov 5, 2015
Nov 5, 2015
Nov 18, 2016
Nov 8, 2016
Nov 18, 2016
Nov 8, 2016
Nov 18, 2016
Nov 8, 2016
Nov 18, 2016
Nov 8, 2016
Sep 20, 2016
Oct 24, 2016

Repository files navigation

TypeScript-TmLanguage

Build status

This repository contains TmLanguage files that are consumed by TypeScript editors and plugins such as Visual Studio Code, The TypeScript Sublime Plugin, Atom TypeScript, and possibly others.

Latest version of the grammer can be also found as a VSCode extension.

Contributing

The XML files are generated from the YAML files, so contributors should hand-modify the YAML files, and XML files should only be generated by running build script.

Build

Update the XML files from within the build folder

cd build
npm install         # Installs dependencies required for building
npm start           # Compiles & builds the XML files

Tests

Test are run from within the tests folder and depend on build to make sure XML files are upto date

cd build
npm install         # Installs dependencies required for building

cd ../tests
npm install         # Installs dependencies required for testing
npm test            # Compiles & runs tests