A Crystal reimplementation of the Pygments/Chroma syntax highlighters
Go to file
2024-08-04 19:47:54 -03:00
lexers Initial dumb stuff 2024-08-02 17:03:49 -03:00
spec Reorganize tests into a real spec suite 2024-08-04 19:18:43 -03:00
src refactor 2024-08-04 19:47:54 -03:00
.editorconfig Initial dumb stuff 2024-08-02 17:03:39 -03:00
.gitignore Initial dumb stuff 2024-08-02 17:03:39 -03:00
LICENSE Initial dumb stuff 2024-08-02 17:03:39 -03:00
README.md Initial dumb stuff 2024-08-02 17:03:39 -03:00
shard.yml Implement 'combined' emitter 2024-08-03 19:25:09 -03:00

tartrazine

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/tartrazine/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors