Pin additional build requirements to avoid syntax highlighting issues

This commit is contained in:
Yuri Sizov
2023-01-14 18:49:07 +03:00
parent 93b6e0977b
commit 64a60696bf
2 changed files with 11 additions and 8 deletions

View File

@@ -243,7 +243,7 @@ followed by ``set_bottom_editor()`` to position it below the name.
func refresh_control_text():
property_control.text = "Value: " + str(current_value)
.. code-tab:: none C#
.. code-tab:: csharp
// RandomIntEditor.cs
#if TOOLS