RDL-Editor/com.minres.rdl.parent/com.minres.rdl.ui/src/com/minres/rdl/ui/contentassist/RDLProposalProvider.xtend

13 lines
286 B
Plaintext

/*
* generated by Xtext 2.14.0
*/
package com.minres.rdl.ui.contentassist
/**
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
* on how to customize the content assistant.
*/
class RDLProposalProvider extends AbstractRDLProposalProvider {
}