diff options
Diffstat (limited to 'next-lib/src/bulgarian/LangBul.gf')
| -rw-r--r-- | next-lib/src/bulgarian/LangBul.gf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/next-lib/src/bulgarian/LangBul.gf b/next-lib/src/bulgarian/LangBul.gf new file mode 100644 index 000000000..d92b2533a --- /dev/null +++ b/next-lib/src/bulgarian/LangBul.gf @@ -0,0 +1,12 @@ +--# -path=.:../abstract:../common:src/prelude + +concrete LangBul of Lang = + GrammarBul, + LexiconBul + ** { + flags coding=cp1251 ; + + +flags startcat = Phr ; unlexer = text ; lexer = text ; erasing = on ; coding = cp1251 ; + +} ; |
