atom / language-typescript

TypeScript language package for Atom
Other
21 stars 33 forks source link

Support for "abstract" keyword #54

Open PlaidPhantom opened 4 years ago

PlaidPhantom commented 4 years ago

Summary

Currently, the TypeScript language detection does not recognize the "abstract" keyword as a keyword, so the proper syntax highlighting cannot be applied.

Motivation

"abstract" is part of the language for declaring abstract classes.

Describe alternatives you've considered

N/A

Additional context

image