Skip to content
New issue

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

typescript: Highlight using keyword #14772

Merged

Conversation

versecafe
Copy link
Contributor

@versecafe versecafe commented Jul 18, 2024

Release Notes:

  • Added syntax highlighting for the using keyword in TypeScript (#14762).

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jul 18, 2024
@versecafe versecafe changed the title add using keyword to ts & tsx highlighting Add using keyword to ts & tsx highlighting Jul 18, 2024
@maxdeviant maxdeviant changed the title Add using keyword to ts & tsx highlighting typescript: Highlight using keyword Jul 18, 2024
Copy link
Member

@maxdeviant maxdeviant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@maxdeviant maxdeviant merged commit 3c41786 into zed-industries:main Jul 18, 2024
12 checks passed
@versecafe versecafe deleted the add-using-keyword-to-ts-and-tsx branch July 18, 2024 21:33
jaydenseric added a commit to jaydenseric/zed that referenced this pull request Dec 29, 2024
The ECMAScript Explicit Resource Management proposal (stage 3) that specifies the  keyword `using`:

https://github.com/tc39/proposal-explicit-resource-management

This has already been done for the TypeScript and TSX languages:

- zed-industries#14762
- zed-industries#14772
github-merge-queue bot pushed a commit that referenced this pull request Dec 29, 2024
The ECMAScript Explicit Resource Management proposal (stage 3) that
specifies the keyword `using`:

https://github.com/tc39/proposal-explicit-resource-management

This has already been done for the TypeScript and TSX languages:

- #14762
- #14772

Release Notes:

- Syntax highlight the JavaScript keyword `using`
([#22479](#22479); thanks
[jaydenseric](https://github.com/jaydenseric)).
helgemahrt pushed a commit to helgemahrt/zed that referenced this pull request Jan 1, 2025
The ECMAScript Explicit Resource Management proposal (stage 3) that
specifies the keyword `using`:

https://github.com/tc39/proposal-explicit-resource-management

This has already been done for the TypeScript and TSX languages:

- zed-industries#14762
- zed-industries#14772

Release Notes:

- Syntax highlight the JavaScript keyword `using`
([zed-industries#22479](zed-industries#22479); thanks
[jaydenseric](https://github.com/jaydenseric)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants