7dcc1eeaec | ||
---|---|---|
.vscode | ||
tests | ||
.gitignore | ||
Comments.tmPreferences | ||
ErrorList.YAML-tmLanguage | ||
FindRefs.YAML-tmLanguage | ||
LICENSE.txt | ||
README.md | ||
TypeScript Indent.YAML-tmPreferences | ||
TypeScript Indent.tmPreferences | ||
TypeScript.YAML-tmLanguage | ||
TypeScript.tmLanguage | ||
TypeScript.tmTheme | ||
TypeScriptReact.YAML-tmLanguage | ||
TypeScriptReact.tmLanguage | ||
TypeScriptReact.tmTheme | ||
appveyor.yml |
README.md
TypeScript-TmLanguage
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