eclipse plugin: change the grammar name

This commit is contained in:
Timotei Dolean 2011-01-01 21:25:47 +00:00
parent e12ef64a87
commit 5914e062d3

View file

@ -3,7 +3,7 @@
*/
//grammar org.wesnoth.WML with org.eclipse.xtext.common.Terminals
grammar org.wesnoth.WML hidden(EOL, WS, SL_COMMENT)
generate wML "http://www.wesnoth.org/WML"
generate wml "http://www.wesnoth.org/WML"
import "http://www.eclipse.org/emf/2002/Ecore" as ecore
WMLRoot: