language-typescript
language-typescript copied to clipboard
Support for "abstract" keyword
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
