From 64af1f986636e94505700ab4937f139a9c57a72a Mon Sep 17 00:00:00 2001 From: Ozelot Vanilla Date: Wed, 20 Aug 2025 16:56:50 +0900 Subject: [PATCH] fix - Typo in doc of `text_editor/theme/highlighting/gdscript/string_name_color` --- doc/classes/EditorSettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 32bfbcb1e2a..6de4a0ffafb 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -1578,7 +1578,7 @@ The GDScript syntax highlighter text color for node reference literals (e.g. [code]$"Sprite"[/code] and [code]%"Sprite"[/code]]). - The GDScript syntax highlighter text color for [StringName] literals (e.g. [code]>"example"[/code]). + The GDScript syntax highlighter text color for [StringName] literals (e.g. [code]&"example"[/code]). The script editor's non-control flow keyword color (used for keywords like [code]var[/code], [code]func[/code], [code]extends[/code], ...).