Merge pull request #232 from stefan-it/enhancement/lang-de-corrections
[geany-mirror.git] / data / filetypes.Scala.conf
blobe631b78471d33205bf54dc82a76ce81318884139
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 # the following characters are these which a "word" can contains, see documentation
22 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
24 # single comments, like # in this file
25 comment_single=//
26 # multiline comments
27 comment_open=/*
28 comment_close=*/
30 comment_use_indent=true
32 #[build_settings]
33 # %f will be replaced by the complete filename
34 # %e will be replaced by the filename without extension
35 # (use only one of it at one time)
36 #compiler=g++ -Wall -c "%f"
37 #linker=g++ -Wall -o "%e" "%f"
38 #run_cmd="./%e"