forked from GitHub/gf-core
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.
13 lines
219 B
Plaintext
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 ;
|
|
|
|
} ;
|