### Steps to reproduce 1. `:e foo.ts` 2. Write below code ```ts import { type foo bar } from "./baz"; ``` 3. And get invalid highlighting like this:  ### Expected behaviour They are highlighted like:  (I removed `type` and get it) ### Version of Vim 9.1.380 ### Environment Linux, x256-color, zsh ### Logs and stack traces _No response_