diff --git a/cli/src/highlight.rs b/cli/src/highlight.rs index e4849d52..6cf1580e 100644 --- a/cli/src/highlight.rs +++ b/cli/src/highlight.rs @@ -157,6 +157,7 @@ impl Default for Theme { "function": 26, "keyword": 56, "number": {"color": 94, "bold": true}, + "module": 136, "property": 124, "operator": {"color": 239, "bold": true}, "punctuation.bracket": 239,