TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
Перейти к файлу
Wesley Wigham de397cd834
Add numeric seperator support
2018-01-30 14:53:09 -08:00
.vscode Add .YAML-tmTheme as well 2017-09-13 11:22:31 -07:00
build Combine builds and tests generation, add travis ci 2018-01-25 14:58:01 -08:00
tests Add numeric seperator support 2018-01-30 14:53:09 -08:00
.gitignore Combine builds and tests generation, add travis ci 2018-01-25 14:58:01 -08:00
.travis.yml Combine builds and tests generation, add travis ci 2018-01-25 14:58:01 -08:00
Comments.tmPreferences Generate new UUIDs 2017-02-22 01:50:03 -06:00
ErrorList.YAML-tmLanguage
FindRefs.YAML-tmLanguage
LICENSE.txt Remove non-standard text at beginning of license 2017-07-23 12:31:09 +02:00
README.md Update README.md 2018-01-25 15:12:09 -08:00
ThirdPartyNotices.txt
TypeScript Indent.YAML-tmPreferences
TypeScript Indent.tmPreferences
TypeScript.YAML-tmLanguage Add numeric seperator support 2018-01-30 14:53:09 -08:00
TypeScript.YAML-tmTheme Merge pull request #419 from infininight/fixUUIDs 2017-09-13 11:27:32 -07:00
TypeScript.tmLanguage Add numeric seperator support 2018-01-30 14:53:09 -08:00
TypeScript.tmTheme Merge pull request #419 from infininight/fixUUIDs 2017-09-13 11:27:32 -07:00
TypeScriptReact.YAML-tmLanguage Fix the incorrect look behinds of cast expression when property name is yield 2018-01-25 12:55:16 -08:00
TypeScriptReact.YAML-tmTheme Generate new UUIDs 2017-02-22 01:50:03 -06:00
TypeScriptReact.tmLanguage Add numeric seperator support 2018-01-30 14:53:09 -08:00
TypeScriptReact.tmTheme Merge pull request #419 from infininight/fixUUIDs 2017-09-13 11:27:32 -07:00
appveyor.yml Combine builds and tests generation, add travis ci 2018-01-25 14:58:01 -08:00
issue_template.md Create issue_template.md 2017-06-14 16:18:29 -07:00
package.json Combine builds and tests generation, add travis ci 2018-01-25 14:58:01 -08: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.

Latest version of the grammar 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.

Install dependencies

npm install

Build

Compile the yaml file into the tmLanguage and tmTheme files

npm run build:grammar

Tests

npm test            # Compiles & runs tests

npm run diff        # Diffs the test baselines with generated one using tool set in environment variable DIFF
npm run accept      # Accepts the test baselines