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

weka.gui.scripting.Groovy.props Maven / Gradle / Ivy

Go to download

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This is the stable version. Apart from bugfixes, this version does not receive any other breaking updates.

There is a newer version: 3.8.6
Show newest version
# Defines the syntax highlighting for Groovy
#
# Author:  FracPete (fracpete at waikato dot ac dot nz)
# Version: $Revision: 5293 $

########
# Font #
########

# the font name
FontName=monospaced

# the font size
FontSize=12

#############################################
# Colors (R,G,B format can be used as well) #
#############################################

# the font color
ForegroundColor=black

# the background color
BackgroundColor=white

# the color for keywords
KeywordColor=blue

# the color for comments
CommentColor=gray

# the color for strings
StringColor=red

##########
# Syntax #
##########

# whether the syntax highlighting etc is on or not (true|false)
Syntax=true

# the number of spaces to use for indentation
Indentation=2

# the number of characters that a single tab represents
Tabs=2

# whether to use blanks instead of tabs (true|false)
UseBlanks=true

# word delimiters
Delimiters=;:{}()[]+-/%<=>!&|^~*

# delimiter for quoted strings/characters
QuoteDelimiters="'

# the character to escape quotes
QuoteEscape=\\

# whether multi-line comments are enabled (true|false)
MultiLineComment=true

# the start delimiter of a multi-line comment
MultiLineCommentStart=/*

# the end delimiter of a multi-line comment
MultiLineCommentEnd=*/

# the start delimiter of a single-line comment
SingleLineCommentStart=//

# whether to add matching block ends (true|false)
AddMatchingBlockEnd=true

# the start of a block (e.g., "opening bracket")
BlockStart={

# the end of a block (e.g., "closing bracket")
BlockEnd=}

# whether the keywords are case-sensitive (true|false)
CaseSensitive=true

# the keywords
Keywords=\
	abstract,\
	assert,\
	boolean,\
	break,\
	byte,\
	byvalue,\
	case,\
	cast,\
	catch,\
	char,\
	class,\
	const,\
	continue,\
	def,\
	default,\
	do,\
	double,\
	else,\
	extends,\
	false,\
	final,\
	finally,\
	float,\
	for,\
	future,\
	generic,\
	goto,\
	if,\
	implements,\
	import,\
	inner,\
	instanceof,\
	int,\
	interface,\
	long,\
	native,\
	new,\
	null,\
	operator,\
	outer,\
	package,\
	private,\
	protected,\
	public,\
	rest,\
	return,\
	short,\
	static,\
	super,\
	switch,\
	synchronized,\
	this,\
	throw,\
	throws,\
	transient,\
	true,\
	try,\
	var,\
	void,\
	volatile,\
	while




© 2015 - 2024 Weber Informatics LLC | Privacy Policy