From 94e8fe134f28296da0f01bd69428783aa06ee205 Mon Sep 17 00:00:00 2001 From: Filip Lajszczak Date: Sun, 2 Oct 2022 09:01:25 +0000 Subject: README: Update to match current state * Updates list of covered languages * Makes example consistent with the one in project discription on the dthompson.us --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index bfafa2c..7b4ee3e 100644 --- a/README +++ b/README @@ -7,6 +7,8 @@ converted to HTML (via SXML) or any other format for rendering. * Supported Languages + - C + - CSS - Scheme - XML @@ -22,14 +24,14 @@ converted to HTML (via SXML) or any other format for rendering. ;; Get raw highlights list. (define highlighted-code - (highlight scheme-highlighter code)) + (highlight lex-scheme code)) ;; Convert to SXML. (define highlighted-sxml (highlights->sxml highlighted-code)) ;; Write HTML to stdout. - (display (sxml->xml highlighted-sxml)) + (sxml->xml highlighted-sxml) (newline) #+END_SRC -- cgit v1.2.3