lang: add highlighting to errors

This commit is contained in:
Schrottkatze 2024-05-04 22:35:18 +02:00
commit 4bcaf945d7
No known key found for this signature in database
6 changed files with 128 additions and 15 deletions

View file

@ -16,6 +16,7 @@ rowan = "0.15.15"
drop_bomb = "0.1.5"
enumset = "1.1.3"
indoc = "2"
owo-colors = {version = "4", features = ["supports-colors"]}
[lints]
workspace = true