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

Commit

Permalink
Tick off box in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed May 30, 2016
1 parent 396e56b commit b55e343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Currently it at least fully parses and compiles regexs for the complete Sublime

- [x] Sketch out representation of a Sublime Text syntax
- [x] Parse `.sublime-syntax` files into the representation.
- [ ] Write an interpreter for the `.sublime-syntax` state machine that highlights an incoming iterator of file lines into an iterator of scope-annotated text.
- [x] Write an interpreter for the `.sublime-syntax` state machine that highlights an incoming iterator of file lines into an iterator of scope-annotated text.
- [ ] Parse TextMate/Sublime Text theme files
- [ ] Highlight a scope-annotated iterator into a colour-annotated iterator for display.
- [ ] Add C bindings so it can be used as a C library from other languages.
Expand Down

0 comments on commit b55e343

Please sign in to comment.