summaryrefslogtreecommitdiff
path: root/examples/wiki/EditorEng.gf
blob: 11e5efdcab0ecaa2be9696f9e718ebddfd73e4b0 (plain)
1
2
3
4
5
6
7

--# -path=.:present:prelude

concrete EditorEng of Editor = EditorI with

	(Syntax		= SyntaxEng),
	(LexEditor	= LexEditorEng) ;