Use manual sort order for hash-syntax table

ASCII sort doesn't give an intuitive order for this table.
This commit is contained in:
Lassi Kortela 2022-06-17 22:07:43 +03:00
parent 554abaab9b
commit f0d6cccb06
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@
(cons (assoc? 'class entry)
`(((code ,(assoc1 'id entry)))
,(format-description entry))))
(sort-by-string-id (group-file 'id "hash-syntax.scm"))))))
(group-file 'id "hash-syntax.scm")))))
(define (hash-bang-syntax)
(registry