Bump API version for new plugin entry points (oops)
[geany-mirror.git] / data / filetypes.Scala.conf
blob0a903fdc1c4687dc95726258aff0d130130f7498
1 # Based on file by werg
2 # For complete documentation of this file, please see Geany's main documentation
3 [styling=C]
5 [keywords]
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
12 [lexer_properties]
13 lexer.cpp.triplequoted.strings=1
15 [settings]
16 lexer_filetype=C
18 # default extension used when saving files
19 extension=scala
21 # MIME type
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
28 comment_single=//
29 # multiline comments
30 comment_open=/*
31 comment_close=*/
33 comment_use_indent=true
35 #[build_settings]
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"
41 #run_cmd="./%e"