summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command/Commands.hs
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-11-30 14:50:24 +0000
committeraarne <aarne@chalmers.se>2010-11-30 14:50:24 +0000
commit752a7b803062b17e675b3617fae4ae08d809c60b (patch)
treef86e25f706f02ad5a6b1ad4d27ac29c762af0c7f /src/compiler/GF/Command/Commands.hs
parent667e7e67d3b9f4808fab3d46a83e110e61b1edec (diff)
format .gfm for multiple modules in the same file; includes lines with ;-separated words
Diffstat (limited to 'src/compiler/GF/Command/Commands.hs')
-rw-r--r--src/compiler/GF/Command/Commands.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 48f9b4f49..d320396d5 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -407,6 +407,9 @@ allCommands env@(pgf, mos) = Map.fromList [
"If a grammar with the same concrete name is already in the state",
"it is overwritten - but only if compilation succeeds.",
"The grammar parser depends on the file name suffix:",
+ " .cf context-free (labelled BNF) source",
+ " .ebnf extended BNF source",
+ " .gfm multi-module GF source",
" .gf normal GF source",
" .gfo compiled GF source",
" .pgf precompiled grammar in Portable Grammar Format"