Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Update Readme to reflect better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Jun 16, 2016
1 parent 7809100 commit 94c3f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ There's currently an example program called `syncat` that prints one of the sour
- [x] Ability to dump loaded packages as binary file and load them with lazy regex compilation for fast start up times.
- [x] Bundle dumped default syntaxes into the library binary so library users don't need an assets folder with Sublime Text packages.
- [x] Add nice API wrappers for simple use cases. The base APIs are designed for deep high performance integration with arbitrary text editor data structures.
- [x] Document the API better and make things private that don't need to be public
- [ ] Make syncat a better demo, and maybe more demo programs
- [ ] Document the API better and make things private that don't need to be public
- [ ] Add sRGB colour correction (not sure if this is necessary, could be the job of the text editor)
- [ ] Make it really fast (mosty two hot-paths need caching, same places Textmate 2 caches)
- [ ] Add sRGB colour correction (not sure if this is necessary, could be the job of the text editor)
- [ ] Add C bindings so it can be used as a C library from other languages.

## Performance
Expand Down

0 comments on commit 94c3f14

Please sign in to comment.