Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Method calls are not closed correctly #124

@winstliu

Description

@winstliu

The meta.function-call.c rule contains a match which only matches up to the beginning parentheses. Everything else thereafter is not tokenized as a function call.

  methodCall(hi);
//^^^^^^^^^^^ meta.function-call.c
//           ^^^ incorrect

As far as I can tell this has been a problem since the initial conversion to CSON.

/cc @MaximSokolov I'm sure you'd like to work on this 😄.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions