hare

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

commit 7d02a6218329bd0cd0e40a4a8246b8d5cddff205
parent 0465f92ea8dc5eeaafb7170e73e339d2d9380c50
Author: Byron Torres <b@torresjrjr.com>
Date:   Tue, 21 Jun 2022 22:10:07 +0100

haredoc: use bold comments colorscheme

Signed-off-by: Byron Torres <b@torresjrjr.com>

Diffstat:
Mcmd/haredoc/color.ha | 4++--
Mdocs/haredoc.scd | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmd/haredoc/color.ha b/cmd/haredoc/color.ha @@ -26,8 +26,8 @@ type syn = enum uint { // Colors/Renditions with defaults; SGR parameters for ANSI escape sequences. let COLORS: [_](str, str) = [ ("normal" , "0"), - ("comment" , "0"), - ("primary" , "1"), + ("comment" , "1"), + ("primary" , "0"), ("secondary" , "0"), ("keyword" , "94"), ("type" , "96"), diff --git a/docs/haredoc.scd b/docs/haredoc.scd @@ -70,8 +70,8 @@ syntax category. A valid _seq_ must contain either a single underscore "\_"; or digits and/or semicolons ";". Here are the initial default _key_=_seq_ entries. . normal "0" -. comment "0" -. primary "1" +. comment "1" +. primary "0" . secondary "0" . keyword "94" . type "96"