Index: /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EBNF.xtext
===================================================================
--- /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EBNF.xtext	(revision 97)
+++ /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EBNF.xtext	(revision 98)
@@ -1,3 +1,3 @@
-grammar de.ugoe.cs.swe.bnftools.Ebnf hidden(WS, ML_COMMENT, SL_COMMENT)
+grammar de.ugoe.cs.swe.bnftools.Ebnf hidden(WS, SL_COMMENT)
 
 import "http://www.eclipse.org/emf/2002/Ecore" as ecore
@@ -31,5 +31,5 @@
 
 BnfEntry:
-	sectionheader=SectionHeading | rule=Rule
+	sectionheader=SectionHeading | rule=Rule | comment=Comment
 ;
 
@@ -45,4 +45,9 @@
 	{SectionHeading}
 	sectionHeader=SECTIONHEADER
+;
+
+Comment:
+	{Comment}
+	content=ML_COMMENT
 ;
 
