hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 56e386d539aced17fda09f1de51caf6356e6a6f2
parent 02309bcf4e0988908e2fbca9b1c8ea36532e5a9c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 19 Apr 2021 18:52:14 -0400

haredoc: remove obsolete TODO

Diffstat:
Mcmd/haredoc/html.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha @@ -138,7 +138,6 @@ fn details(decl: ast::decl) (void | error) = { // Forked from [[hare::unparse]] fn unparse_html(out: *io::stream, d: ast::decl) (size | io::error) = { - // TODO: Syntax highlighting let n = 0z; match (d.decl) { g: []ast::decl_global => {