Skip to content

A tab with Tree-sitter code editor #10

Open
@arnobl

Description

@arnobl

Add a new tab that will contain a novel code editor.
This differs of the text area. The idea here is to have a text area that looks like a code editor (like this one: https://tree-sitter.github.io/tree-sitter/playground).
To do so, we will use tree-sitter:

      field_declaration [1, 1] - [1, 13]
        type: integral_type [1, 1] - [1, 4]
        declarator: variable_declarator [1, 5] - [1, 12]
          name: identifier [1, 5] - [1, 8]
          value: decimal_integer_literal [1, 11] - [1, 12]

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