Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
This repository was archived by the owner on May 5, 2023. It is now read-only.

Inject regex grammar #96

@bennypowers

Description

@bennypowers

Would be nice if this grammar would inject the regex grammar in instances like:

function CheckRegexp()
  let l:count = 0
  g/^[^$,\"]/let l:count +=1
endfunction

such that ^[^$,\"] would parse up with the regex grammar.

Currently, it is monolithically a "pattern" node, with no embedded nodes.
Screen Shot 2022-04-17 at 17 26 47

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions