Add missing entry for 0.19.1 release.
[geany-mirror.git] / data / filetypes.sql
blob8d611716ec56d317bd8ba7b37e3bd9bb54ccca77
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x000000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 commentline=0x808080;0xffffff;false;false
7 commentdoc=0x3f5fbf;0xffffff;false;false
8 number=0x7f7f00;0xffffff;false;false
9 word=0x001a7f;0xffffff;true;false
10 word2=0x7f0000;0xffffff;true;false
11 string=0x7f007f;0xffffff;false;false
12 character=0x000000;0xffffff;false;false
13 operator=0x000000;0xffffff;true;false
14 identifier=0x111199;0xffffff;false;false
15 sqlplus=0x000000;0xffffff;false;false
16 sqlplus_prompt=0x000000;0xffffff;false;false
17 sqlplus_comment=0x000000;0xffffff;false;false
18 quotedidentifier=0x111199;0xffffff;false;false
20 [keywords]
21 # all items must be in one line
22 keywords=absolute action add admin after aggregate alias all allocate alter and any are array as asc assertion at authorization before begin bfile bigint binary bit blob bool boolean both breadth by call cascade cascaded case cast catalog char character check class clob close cluster collate collation column commit completion connect connection constraint constraints constructor continue corresponding create cross cube current current_date current_path current_role current_time current_timestamp current_user cursor cycle data date day deallocate dec decimal declare default deferrable deferred delete depth deref desc describe descriptor destroy destructor deterministic diagnostics dictionary dimension disconnect diskgroup distinct domain double drop dynamic each else end end-exec equals escape every except exception exec execute exists explain external false fetch first fixed flashback float for foreign found from free full function general get global go goto grant group grouping having host hour identity if ignore immediate in index indextype indicator initialize initially inner inout input insert int integer intersect interval into is isolation iterate join key language large last lateral leading left less level like limit local localtime localtimestamp locator long map match materialized mediumblob mediumint mediumtext merge middleint minus minute modifies modify module month names national natural nchar nclob new next no noaudit none not null numeric nvarchar2 object of off old on only open operation option or order ordinality out outer output package pad parameter parameters partial path postfix precision prefix preorder prepare preserve primary prior privileges procedure profile public purge read reads real recursive ref references referencing regexp regexp_like relative rename restrict result return returning returns revoke right role rollback rollup routine row rows savepoint schema scroll scope search second section select sequence session session_user set sets size smallint some space specific specifictype sql sqlexception sqlstate sqlwarning start state statement static structure synonym system_user table tablespace temporary terminate than then time timestamp timezone_hour timezone_minute tinyint to trailing transaction translation  treat trigger true truncate type under union unique unknown unnest update usage user using value values varchar varchar2 variable varying view when whenever where with without work write year zone
25 [settings]
26 # default extension used when saving files
27 #extension=sql
29 # the following characters are these which a "word" can contains, see documentation
30 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
32 # if only single comment char is supported like # in this file, leave comment_close blank
33 comment_open=/*
34 comment_close=*/
36 # set to false if a comment character/string should start at column 0 of a line, true uses any
37 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
38         #command_example();
39 # setting to false would generate this
40 #       command_example();
41 # This setting works only for single line comments
42 comment_use_indent=true
44 # context action command (please see Geany's main documentation for details)
45 context_action_cmd=