Skip to content

Allow newlines between function name and parens for function call #1244

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
Aug 15, 2022

Conversation

hallzy
Copy link
Contributor

@hallzy hallzy commented Nov 4, 2021

The intent is to have syntax highlighting for function calls where the paren is on a new line. This is the style guide for my work when the arguments list is big and/or contains functions so having highlighting for it would be nice.

example:

myFunc
(
    () =>
    {
        // Some callback
    }
);

@amadeus amadeus merged commit c470ce1 into pangloss:master Aug 15, 2022
@amadeus
Copy link
Collaborator

amadeus commented Aug 15, 2022

Sorry for the delays, thanks!

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.

2 participants