TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
Перейти к файлу
Zhengbo Li c49cb36329 Merge pull request #102 from anubmat/issue_5
Multi Line Strings: Escape character at end of each line in a string allows multi line strings
2016-02-29 13:49:56 -08:00
.vscode Remove typings folder, replace with tsd.json 2015-11-20 12:32:23 -08:00
tests Solving issue #5: Multi Line Strings: Escape character at end of line allows multi Line String 2016-02-29 09:37:17 -08:00
.gitignore misc improvements to testing infrastructure 2016-01-25 17:38:13 +01: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 Initial commit. 2015-11-05 13:14:57 -08: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 Solving issue #5: Multi Line Strings: Escape character at end of line allows multi Line String 2016-02-29 09:37:17 -08:00
TypeScript.tmLanguage Solving issue #5: Multi Line Strings: Escape character at end of line allows multi Line String 2016-02-29 09:37:17 -08:00
TypeScriptReact.YAML-tmLanguage Solving issue #5: Multi Line Strings: Escape character at end of line allows multi Line String 2016-02-29 09:37:17 -08:00
TypeScriptReact.tmLanguage Solving issue #5: Multi Line Strings: Escape character at end of line allows multi Line String 2016-02-29 09:37:17 -08:00
appveyor.yml misc improvements to testing infrastructure 2016-01-25 17:38:13 +01: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