From 0ff4095b3689093680d4279851d6852eeaa0a0b3 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Tue, 24 Sep 2019 14:45:03 -0300 Subject: Better format arguments in variant parser --- doc/classes/CodeHighlighter.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes/CodeHighlighter.xml') diff --git a/doc/classes/CodeHighlighter.xml b/doc/classes/CodeHighlighter.xml index f078e4e5b0..0406c25ffd 100644 --- a/doc/classes/CodeHighlighter.xml +++ b/doc/classes/CodeHighlighter.xml @@ -149,7 +149,7 @@ Sets the color regions. All existing regions will be removed. The [Dictionary] key is the region start and end key, separated by a space. The value is the region color. - + Sets color for functions. A function is a non-keyword string followed by a '('. @@ -158,13 +158,13 @@ Sets the member keyword colors. All existing member keyword will be removed. The [Dictionary] key is the member keyword. The value is the member keyword color. - + Sets color for member variables. A member variable is non-keyword, non-function string proceeded with a '.'. - + Sets the color for numbers. - + Sets the color for symbols. -- cgit v1.2.3