A Crystal reimplementation of the Pygments/Chroma syntax highlighters
Go to file
2024-08-03 07:44:28 -03:00
lexers Initial dumb stuff 2024-08-02 17:03:49 -03:00
spec Initial dumb stuff 2024-08-02 17:03:39 -03:00
src comments 2024-08-03 07:44:28 -03:00
tests Imported test cases from pygments 2024-08-03 07:36:47 -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 nodeps 2024-08-02 17:07:53 -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