Files
gf-rgl/src/swedish/LangSwe.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
264 B
Plaintext

--# -path=.:../scandinavian:../abstract:../common:../api
concrete LangSwe of Lang =
GrammarSwe,
LexiconSwe
,ConstructionSwe
,DocumentationSwe --# notpresent
,MarkupSwe - [stringMark]
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;