Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

typescript: highlight type keyword in import statements correctly #194

Closed johannesrld closed 3 months ago

johannesrld commented 4 months ago

TLDR makes the type keyword when in an import statement (import type) for parity with vscode

resolves part of #189