attempt to improve syntax highlighting UX?

This commit is contained in:
Matt Parker
2025-10-17 18:04:36 +10:00
parent 85eaec30c7
commit dd3678d50c
4 changed files with 135 additions and 17 deletions

View File

@@ -32,6 +32,12 @@ public static class ControlExtensions
// }
}
/// Has no functionality, just used as a reminder to indicate that a method must be called on the Godot UI thread.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class RequiresGodotUiThreadAttribute : Attribute
{
}
public static class NodeExtensions
{
extension(TreeItem treeItem)