Improve TypeScript keyword syntax highlighting#47435
Improve TypeScript keyword syntax highlighting#47435gaauwe merged 2 commits intozed-industries:mainfrom
Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @ahcurrier on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
For some reason "export" word highlighting doesn't work when "JavaScript" language is selected I applied this theme rule "keyword.import": {
"color": "#9b61d1",
"font_style": "italic"
}, |
|
Same goes for @ahcurrier @gaauwe should we create a new issue for that? |
|
Thanks for reporting! I'm indeed able to reproduce this in both TSX and JS, so I'll take a look whats going wrong |
|
@hisbvdis @compeso-mgruenwald The TSX issue was already fixed and I just merged the fix for JS as well: |
|
thanks for the fast reaction! |


Improve syntax highlighting of keywords by creating groups for declarations and import/export.
Release Notes:
Highlight declarations with
keyword.declaration:Highlight imports and exports with
keyword.import: