Skip to main content
summaryrefslogtreecommitdiffstats
blob: 645b728dd907f3094d53958b839781263327cfb4 (plain) (blame)
1
2
3
4
5
6
package org.eclipse.xpand3.parser;

public class SyntaxUtil {
	public static final String LG = "\u00AB";
	public static final String RG = "\u00BB";
}	

Back to the top