We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type
arkdark, highlighting
arkdark version: latest vscode version: latest
export default function Counter() { const [count, setCount] = createSignal(0); function fn_name_ends_with_type() { return "type" } return ( <button class="increment" onClick={() => setCount(count() + 1)} type="button"> Clicks: {count()} <span>{fn_name_ends_with_type()}</span> </button> ); }
The text was updated successfully, but these errors were encountered:
ssalbdivad
No branches or pull requests
Report a bug
π Search Terms
arkdark, highlighting
𧩠Context
arkdark version: latest
vscode version: latest
π§βπ» Repro
The text was updated successfully, but these errors were encountered: