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

fix: syntax highlighting of type groups and function signatures #235

Merged
merged 1 commit into from
Mar 18, 2023
Merged

fix: syntax highlighting of type groups and function signatures #235

merged 1 commit into from
Mar 18, 2023

Conversation

deathaxe
Copy link
Contributor

fixes: #233

This commit uses branching to distinguish type groups and function signatures.

A function signature is of the form (arg: type, ...) -> return-type

fixes: #233

This commit uses branching to distinguish type groups and function
signatures.

A function signature is of the form `(arg: type, ...) -> return-type`
@jfcherng jfcherng merged commit 4945e35 into sublimelsp:master Mar 18, 2023
@jfcherng jfcherng added the bug Something isn't working label Mar 18, 2023
@jfcherng
Copy link
Collaborator

Thanks!

@deathaxe deathaxe deleted the pr/fix-function-signatures branch March 18, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong syntax highlighting for function signature
2 participants