TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
Перейти к файлу
Sheetal Nandi a42e5cbe14 Fix multiline type annotation in parameters
Fixes #715
2019-01-29 14:22:02 -08:00
.vscode
build
tests Fix multiline type annotation in parameters 2019-01-29 14:22:02 -08:00
.gitattributes Adding azure pipelines 2018-11-08 15:00:23 -05:00
.gitignore Add xunit.xml to .gitignore so it doesn't get checked in 2018-11-14 09:13:41 -05:00
.travis.yml
Comments.tmPreferences
ErrorList.YAML-tmLanguage
FindRefs.YAML-tmLanguage
LICENSE.txt
README.md Add Pipelines Build Status Badge 2018-11-29 13:24:38 -05:00
ThirdPartyNotices.txt
TypeScript Indent.YAML-tmPreferences
TypeScript Indent.tmPreferences
TypeScript.YAML-tmLanguage Fix multiline type annotation in parameters 2019-01-29 14:22:02 -08:00
TypeScript.YAML-tmTheme
TypeScript.tmLanguage Fix multiline type annotation in parameters 2019-01-29 14:22:02 -08:00
TypeScript.tmTheme
TypeScriptReact.YAML-tmLanguage Allow _ in jsx attribute names 2018-08-23 10:27:19 +02:00
TypeScriptReact.YAML-tmTheme
TypeScriptReact.tmLanguage Fix multiline type annotation in parameters 2019-01-29 14:22:02 -08:00
TypeScriptReact.tmTheme
appveyor.yml
azure-pipelines-template.yml Use python 2 2018-11-19 08:18:41 -05:00
azure-pipelines.yml Switch legacy build to linux 2018-11-16 14:05:56 -05:00
issue_template.md Update issue_template.md 2019-01-22 10:47:05 -08:00
package-lock.json Set up multi-reporter 2018-11-14 09:07:32 -05:00
package.json Set up multi-reporter 2018-11-14 09:07:32 -05:00

README.md

TypeScript-TmLanguage

Build Status 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