An open API service indexing awesome lists of open source software.

https://github.com/atom/language-typescript

TypeScript language package for Atom
https://github.com/atom/language-typescript

atom typescript typescript-language

Last synced: 3 months ago
JSON representation

TypeScript language package for Atom

Awesome Lists containing this project

README

          

##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)
# TypeScript language support in Atom
[![CI](https://github.com/atom/language-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/atom/language-typescript/actions/workflows/ci.yml)

[![Dependency Status](https://david-dm.org/atom/language-typescript.svg)](https://david-dm.org/atom/language-typescript)

Adds syntax highlighting and snippets for TypeScript in Atom.

The grammar is the [Microsoft TypeScript TextMate grammar](https://github.com/Microsoft/TypeScript-TmLanguage) and copied here on a semi-regular basis. Any issues relating to syntax highlighting are likely to be there.