tartrazine/TODO.md

16 lines
428 B
Markdown
Raw Permalink Normal View History

2024-08-05 14:14:55 +00:00
# Things that may or may not need doing
## TODO
2024-08-11 14:54:00 +00:00
* ✅ Implement styles
* ✅ Implement formatters
* ✅ Implement CLI
2024-08-11 16:04:35 +00:00
* ✅ Implement lexer loader that respects aliases
* ✅ Implement lexer loader by file extension
* ✅ Add --line-numbers to terminal formatter
2024-08-25 01:20:38 +00:00
* ✅ Implement lexer loader by mime type
2024-08-24 22:59:05 +00:00
* ✅ Implement Delegating lexers
* ✅ Add RstLexer
* Add Mako template lexer
2024-08-25 01:20:38 +00:00
* ✅ Implement heuristic lexer detection