/* * generated by Xtext */ package org.xtext.lua.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class LuaUiModule extends org.xtext.lua.ui.AbstractLuaUiModule { public LuaUiModule(AbstractUIPlugin plugin) { super(plugin); } }