Skip to content

Add simple syntax highlighting #18

@lhecker

Description

@lhecker

There are two levels of syntax highlighting this project should implement:

  • This issue: Primitive highlighting via ICU's regex support, roughly replicating how TextMate works
  • Proper highlighting via tree-sitter or similar

The reason we should want the former is that it would allow us to add syntax highlighting to the core editor without blowing up its binary size. It would good a great trade-off.

The latter will be possible once we've done #17.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-featureFeature requests and any other major tasks. Requires major work in the 1000s of LOC.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions