summaryrefslogtreecommitdiff
path: root/src-3.0/GFC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src-3.0/GFC.hs')
-rw-r--r--src-3.0/GFC.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-3.0/GFC.hs b/src-3.0/GFC.hs
index f8ae6e8e3..73fb6f9f9 100644
--- a/src-3.0/GFC.hs
+++ b/src-3.0/GFC.hs
@@ -47,6 +47,7 @@ fmtExtension FmtHaskell = "hs"
fmtExtension FmtHaskell_GADT = "hs"
fmtExtension FmtBNF = "bnf"
fmtExtension FmtSRGS_XML = "grxml"
+fmtExtension FmtJSGF = "jsgf"
fmtExtension FmtVoiceXML = "vxml"
writeOutputFile :: FilePath -> String -> IOE ()