Add theme field for white space

This commit is contained in:
Veronica Berglyd Olsen
2025-10-26 12:38:32 +01:00
parent e032ef5aa5
commit 61d591e86e
3 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -635,9 +635,10 @@ def testGuiTheme_CheckTheme(theme):
],
"Syntax": [
"background", "text", "line", "link", "headertext", "headertag",
"emphasis", "dialog", "altdialog", "hidden", "note", "shortcode",
"keyword", "tag", "value", "optional", "spellcheckline",
"errorline", "replacetag", "modifier", "texthighlight",
"emphasis", "whitespace", "dialog", "altdialog", "hidden", "note",
"shortcode", "keyword", "tag", "value", "optional",
"spellcheckline", "errorline", "replacetag", "modifier",
"texthighlight",
],
}
optional = ["credit", "url"]