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

migrate Go func, func name, and lambda to treesitter #1756

Merged
merged 3 commits into from
Aug 15, 2023

Commits on Aug 8, 2023

  1. migrate Go func, func name, and lambda to treesitter

    The previous definitions were mostly correct,
    although they were missing the possibility
    of declaring a function without a body.
    (Understandably. They are rare.)
    See the end of https://go.dev/ref/spec#Function_declarations.
    josharian committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a8cf314 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    36a3244 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. make all lambdas also funks

    josharian committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d116201 View commit details
    Browse the repository at this point in the history