microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
398 stars 125 forks source link

type import/export modifiers should rather be keywords #892

Closed Josh-Cena closed 2 years ago

Josh-Cena commented 2 years ago

TS and JS Grammar Extension version: 0.0.55 / latest

Code

import {type Foo} from './types';

image

This should rather be keyword.control.type.ts just like import type {Foo}

Josh-Cena commented 2 years ago

Oops, seems fixed by #887 already 🌚