**[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** latest **Code** ```ts import from from './from'; ``` **Visual output** <img width="650" alt="Screen Shot 2021-11-05 at 15 18 51" src="https://user-images.githubusercontent.com/1812093/140534578-e4380ac4-aac1-4459-bfb2-841ae9aab164.png"> If the name assigned to the default export is "from" then it gets highlighted improperly.