package com.framsticks.framclipse.editors.configuration; import com.framsticks.framclipse.editors.EditorType; public class NeuroDocumentSetupParticipant extends FramclipseDocumentSetupParticipant { public NeuroDocumentSetupParticipant() { super(EditorType.NEURO); } }