JavaScript and TypeScript Nightly version: 6.0.20260416
Code
import path from "naode:path";
import.meta.dirname;
Issue
In "textmate scopes" section the "keyword.control.import.js" token is shown.
But this "import" word is not a "keyword".
Steps to reproduce
- Open
.js file
- Write
import.meta.dirname
- Click "import" word
- Press "Ctrl+Shift+P" type and select "Developer: Inspect Editor Tokens and Scopes"
🖼️ Screenshot
JavaScript and TypeScript Nightly version: 6.0.20260416
Code
Issue
In "textmate scopes" section the "keyword.control.import.js" token is shown.
But this "import" word is not a "keyword".
Steps to reproduce
.jsfileimport.meta.dirname🖼️ Screenshot