All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fife.tmm.escapableChars.state.txt Maven / Gradle / Ivy

Go to download

An application to easily create syntax highlighting for custom languages in RSyntaxTextArea.

The newest version!
 {
	[^\\']*						{}
	[\\']						{ yybegin(YYINITIAL); addToken(start,zzStartRead, Token.LITERAL_CHAR); }
	<>						{ addToken(start,zzStartRead-1, Token.LITERAL_CHAR); return firstToken; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy