Files
gf-rgl/src/german/LangGer.gf
Hans Leiss 0d5919d511 Extended the new glueing of prepositions with article to {Construction,Markup,Extra}Ger.
Minor edits of param Weight, mkSubject and entries in LexiconGer.
2023-08-03 16:39:30 +02:00

14 lines
257 B
Plaintext

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