mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
428 B
Markdown
16 lines
428 B
Markdown
# Things that may or may not need doing
|
|
|
|
## TODO
|
|
|
|
* ✅ Implement styles
|
|
* ✅ Implement formatters
|
|
* ✅ Implement CLI
|
|
* ✅ Implement lexer loader that respects aliases
|
|
* ✅ Implement lexer loader by file extension
|
|
* ✅ Add --line-numbers to terminal formatter
|
|
* ✅ Implement lexer loader by mime type
|
|
* ✅ Implement Delegating lexers
|
|
* ✅ Add RstLexer
|
|
* Add Mako template lexer
|
|
* ✅ Implement heuristic lexer detection
|