Restore AsciiDoc lexer
[geany-mirror.git] / data / filedefs / filetypes.Scala.conf
blob638320dfe66edf2991fcfea1e45b1be57e41d992
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=C]
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 # these characters define word boundaries when making selections and searching
25 # using word matching options
26 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
28 # single comments, like # in this file
29 comment_single=//
30 # multiline comments
31 comment_open=/*
32 comment_close=*/
34 comment_use_indent=true
36 #[build_settings]
37 # %f will be replaced by the complete filename
38 # %e will be replaced by the filename without extension
39 #compiler=g++ -Wall -c "%f"
40 #linker=g++ -Wall -o "%e" "%f"
41 #run_cmd="./%e"