TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
Перейти к файлу
Sheetal Nandi 7dcc1eeaec Remove scopes meta.tag.open.tsx and meta.tag.close.tsx and use meta.tag.tsx instead 2016-08-31 12:20:03 -07:00
.vscode Remove typings folder, replace with tsd.json 2015-11-20 12:32:23 -08:00
tests Remove scopes meta.tag.open.tsx and meta.tag.close.tsx and use meta.tag.tsx instead 2016-08-31 12:20:03 -07:00
.gitignore Generate baselines and markers in same folder 2016-08-11 09:06:31 -07:00
Comments.tmPreferences Initial commit. 2015-11-05 13:14:57 -08:00
ErrorList.YAML-tmLanguage Initial commit. 2015-11-05 13:14:57 -08:00
FindRefs.YAML-tmLanguage Parse longer expressions first, to help ligatures in Editors 2016-04-18 14:21:47 +02:00
LICENSE.txt License. 2015-11-05 22:27:34 -08:00
README.md Add build status badge in readme 2016-02-24 14:01:46 -08:00
TypeScript Indent.YAML-tmPreferences Initial commit. 2015-11-05 13:14:57 -08:00
TypeScript Indent.tmPreferences Initial commit. 2015-11-05 13:14:57 -08:00
TypeScript.YAML-tmLanguage Support generators syntax and fix the scoping of type parameter end 2016-08-31 11:21:34 -07:00
TypeScript.tmLanguage Support generators syntax and fix the scoping of type parameter end 2016-08-31 11:21:34 -07:00
TypeScript.tmTheme Destructuring variable declaration 2016-08-24 16:09:53 -07:00
TypeScriptReact.YAML-tmLanguage Remove scopes meta.tag.open.tsx and meta.tag.close.tsx and use meta.tag.tsx instead 2016-08-31 12:20:03 -07:00
TypeScriptReact.tmLanguage Remove scopes meta.tag.open.tsx and meta.tag.close.tsx and use meta.tag.tsx instead 2016-08-31 12:20:03 -07:00
TypeScriptReact.tmTheme Remove scopes meta.tag.open.tsx and meta.tag.close.tsx and use meta.tag.tsx instead 2016-08-31 12:20:03 -07:00
appveyor.yml Use npm@next for building node_gyp 2016-07-15 11:24:15 -07:00

README.md

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.

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 the AAAPackageDev plugin.

Tests

Test are run from within the tests folder

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