Skip to content

Commit

Permalink
Add status to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mchakravarty authored Jun 2, 2021
1 parent 193cd9b commit 0835311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ To see the `CodeEditorView` in action, have a look at the repo with a [cross-pla
For more information, see the [package documentation](Documentation/Overview.md).


## Status

It is still relative early days. While the `CodeEditor` view already supports quite a bit of advanced functionality (such as the inline messages and minimap), other components are still quite simple, such as the range of tokens covered by the language configuration. Moreover, performance is still an issue that needs to be addressed. The core archtecture, such as the incremental tokenisation for syntax highlighting, is designed to handle larger files smoothly, but the overall implementation still needs some performance debugging.


## License

Copyright 2021 Manuel M. T. Chakravarty.
Expand Down

0 comments on commit 0835311

Please sign in to comment.