Skip to content

fix(fontlock): do not fontify function calls as keywords #172

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

Merged
merged 1 commit into from
Jul 30, 2022

Conversation

Fuco1
Copy link
Contributor

@Fuco1 Fuco1 commented Jul 9, 2022

If a method/function is named same as keyword or built-in, it should
still be fontified as method/function call.

Before

image

After

image

Fixes #103

If a method/function is named same as keyword or built-in, it should
still be fontified as method/function call.
@josteink
Copy link
Member

Tested and looks good to me! Thanks for another fine PR 😄

@josteink josteink merged commit ec2c4c1 into emacs-typescript:master Jul 30, 2022
@Fuco1 Fuco1 deleted the fix/keywords-method-calls branch August 5, 2022 19:50
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.

Function keyword highlight incorrect.
2 participants