1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/german/LangGer.gf
hallgren ef9f16b63a Lang???.gf: exclude Documentation from present mode
The Documentation module is excluded from present mode in abstract/Lang.gf,
so it needs to be excluded in the corresponding concrete syntaxes too
to avoid problems.
2014-10-23 16:32:55 +00:00

13 lines
219 B
Plaintext

--# -path=.:../abstract:../common:../api
concrete LangGer of Lang =
GrammarGer,
LexiconGer
,ConstructionGer
,DocumentationGer --# notpresent
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;