Skip to content

Add a new node for Doc comments #202

Open
@aspeddro

Description

@aspeddro

ReScript v10.1 introduced docstrings for values, types, and modules.

  • /**Docstring*/: before value and types
  • /***Toplevel docstrins*/: top level modules

The two comments above are parsed as comment.

We can create two nodes (doc_comment and mod_comment) for both types of comments. It would be useful to do markdown injection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions