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

Bump tree-sitter-erlang, add *.app.src file-type #9627

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Commits on Feb 13, 2024

  1. Bump tree-sitter-erlang, add '*.app.src' file-type

    This update fixes parsing for some newer accepted EEPs:
    
    * <https://www.erlang.org/eeps/eep-0058> map comprehensions
    * <https://www.erlang.org/eeps/eep-0064> triple quoted strings
    * <https://www.erlang.org/eeps/eep-0066> sigils
    
    Also now that glob file-types are supported I've added `*.app.src`
    which are files that build tools like rebar or make will generate into
    `.app` files.
    the-mikedavis committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    aa82f30 View commit details
    Browse the repository at this point in the history