It seems having a quotation mark in a comment before the class name string (`That's`) makes TW autocomplete not trigger. Code: ```jsx import clsx from 'clsx' export function Component() { return ( <div className={clsx( // That's great! 'flex', )} /> ) } ``` Expected vs actual behavior: <img width="402" alt="Image" src="https://github.com/user-attachments/assets/f3842f1b-6be7-422d-8f54-8d3f251cc2cf" /> <img width="402" alt="Image" src="https://github.com/user-attachments/assets/a051c476-d484-4643-bfbb-9c114215d1a0" />