Skip to content

Commit 0835311

Browse files
authored
Add status to README
1 parent 193cd9b commit 0835311

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ To see the `CodeEditorView` in action, have a look at the repo with a [cross-pla
4343
For more information, see the [package documentation](Documentation/Overview.md).
4444

4545

46+
## Status
47+
48+
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.
49+
50+
4651
## License
4752

4853
Copyright 2021 Manuel M. T. Chakravarty.

0 commit comments

Comments
 (0)