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

[D] Separate built-in type-aliases from built-in types #3965

Merged
merged 7 commits into from
Apr 27, 2024

Conversation

ichordev
Copy link
Contributor

Changes:

  • Separated built-in type-aliases (e.g. size_t, string) from built-in types (e.g. int, float) so that their identifiers aren't treated as reserved (they aren't, e.g. you can make your own string), and so that they can be highlighted separately.

@ichordev
Copy link
Contributor Author

I swear it works this time.

keith-hall
keith-hall previously approved these changes Apr 25, 2024
D/D.sublime-syntax Outdated Show resolved Hide resolved
D/D.sublime-syntax Outdated Show resolved Hide resolved
deathaxe
deathaxe previously approved these changes Apr 26, 2024
@deathaxe
Copy link
Collaborator

Please fix the failing test. Otherwise LGTM!

@ichordev ichordev requested a review from keith-hall April 27, 2024 01:35
@deathaxe deathaxe merged commit a17a704 into sublimehq:master Apr 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants