src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:16:26 +0000 (23:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:16:26 +0000 (23:16 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 6a0cf96..b5e6c96 100644 (file)
@@ -78,6 +78,7 @@
             "\t\t\tcase \"private\":",
             "\t\t\tcase \"protected\":",
             "\t\t\tcase \"async\":",
+            "\t\t\tcase \"class\":",
             "\t\t\tcase \"{\":",
             "\t\t\tcase \"}\":",
             "\t\t\tcase \"(\":",
index 2a77ea9..8a119a6 100644 (file)
@@ -560,6 +560,7 @@ public class Editor : Object
                                        case "private":
                                        case "protected":
                                        case "async":
+                                       case "class":
                                        case "{":
                                        case "}":
                                        case "(":