1
0
forked from GitHub/gf-core

gfse: text mode tweaks

This commit is contained in:
hallgren
2012-02-24 15:16:37 +00:00
parent 695c776065
commit 69066a7ecd
3 changed files with 8 additions and 2 deletions

View File

@@ -271,10 +271,10 @@ function show_concrete(g) {
+show_extends((g.extends || []).map(conc_extends(conc)))
+show_opens(conc.opens)
+"{\n\nflags coding = utf8 ;\n\n"
+show_params(conc.params)
+show_lincats(conc.lincats)
+show_opers(conc.opers)
+show_lins(conc.lins)
+show_params(conc.params)
+show_opers(conc.opers)
+"}\n"
}
}