1 # Based on file by werg
2 # For complete documentation of this file, please see Geany's main documentation
6 # all items must be in one line
7 primary=abstract case catch class def do else extends false final finally for forSome if implicit import lazy match new object override package private protected requires return sealed throw trait true try type val var with while yield @ =>
8 secondary=null super this AllRef Any AnyRef Array Attribute Elem Iterable List Option Some Stack String Unit Console Nil None Predef
9 # these are some doxygen keywords (incomplete)
10 docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
13 lexer.cpp.triplequoted.strings=1
18 # default extension used when saving files
22 mime_type=text/x-scala
24 # the following characters are these which a "word" can contains, see documentation
25 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
27 # single comments, like # in this file
33 comment_use_indent=true
36 # %f will be replaced by the complete filename
37 # %e will be replaced by the filename without extension
38 # (use only one of it at one time)
39 #compiler=g++ -Wall -c "%f"
40 #linker=g++ -Wall -o "%e" "%f"