diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-10-22 20:40:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 20:40:20 +0200 |
commit | 9f28803927330654cdb09f48467b481c85209ea8 (patch) | |
tree | 769980b79ee5ca985346ae74997c076d233076eb /doc | |
parent | b365dc344149eb6156342f12c4a2d00cca5727e3 (diff) | |
parent | 4247c21cb0ab579a0ba490b858daa3404967f5ce (diff) |
Merge pull request #32940 from nekomatata/text-edit-clear-colors
TextEdit syntax highlighting fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 8a114efd34..27eab85301 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -54,7 +54,7 @@ <return type="void"> </return> <description> - Clears all the syntax coloring information. + Clears all custom syntax coloring information previously added with [method add_color_region] or [method add_keyword_color]. </description> </method> <method name="clear_undo_history"> |