Skip to main content
summaryrefslogtreecommitdiffstats
blob: d1a67d072babbaefa0c1a8ad98be05def35d4e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * generated by Xtext
 */
package org.eclipse.fx.ide.gmodel.ui.contentassist

import org.eclipse.fx.ide.gmodel.ui.contentassist.AbstractGModelDSLProposalProvider

/**
 * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
 * on how to customize the content assistant.
 */
class GModelDSLProposalProvider extends AbstractGModelDSLProposalProvider {
}

Back to the top