forked from GitHub/gf-core
gfse: don't add --# -path=.:present
Nowadays GF includes alltenses by default in the grammar search path.
This commit is contained in:
@@ -307,7 +307,7 @@ function conc_extends(conc) { return function(m) { return m+conc.langcode; }}
|
||||
|
||||
function show_concrete(g) {
|
||||
return function(conc) {
|
||||
return "--# -path=.:present\n"
|
||||
return "" // "--# -path=.:present\n"
|
||||
+ "concrete "+g.basename+conc.langcode+" of "+g.basename+" = "
|
||||
+show_extends((g.extends || []).map(conc_extends(conc)))
|
||||
+show_opens(conc.opens)
|
||||
|
||||
Reference in New Issue
Block a user