Files
openide/plugins/javaFX/testData/highlighting/injected/injectedController.fxml

5 lines
198 B
XML

<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Button?>
<fx:root type="javafx.scene.layout.VBox" xmlns:fx="http://javafx.com/fxml">
<Label fx:id="la<caret>bel" />
</fx:root>