diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T04·20+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T04·54+0000 |
commit | 4681c07bde702f64d630f25ef831267cd9ac09ee (patch) | |
tree | 2505a60cc01215eca5cf35b3d8637b096ccd0096 /README.md | |
parent | 87cf3a2c6f87394a31fb449a1a3495078fef3244 (diff) |
feat(tools/cheddar): Check in new syntax highlighting tool r/276
The first step with this tool will be to use it as a source-filter for cgit. The second step is to use it as the Markdown renderer by depending on one of the Markdown libraries, with integration for rendering code snippets directly.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md index 726ad8f4ae10..22ffdda4d3bf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ depot ===== -[![Build Status](https://travis-ci.org/tazjin/depot.svg?branch=master)](https://travis-ci.org/tazjin/depot) - This repository is the [monorepo][] for my personal tools and infrastructure. Everything in here is built using [Nix][] with an automatic attribute-set layout that mirrors the filesystem layout of the repository (this might feel familiar |