Files
gf-rgl/src/chinese/LangChi.gf
hallgren cec28ebec0 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

14 lines
226 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangChi of Lang =
GrammarChi,
LexiconChi
,ConstructionChi
,DocumentationChi --# notpresent
** {
flags startcat = Phr ; unlexer = concat ; lexer = text ;
} ;