forked from GitHub/gf-core
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
--# -coding=cp1251
|
|
|
|
abstract AllBulAbs =
|
|
Lang,
|
|
ExtraBulAbs
|
|
** {
|
|
flags coding=cp1251 ;
|
|
} ;
|