SF.net SVN: geany:[2850] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Aug 1 15:56:38 UTC 2008


Revision: 2850
          http://geany.svn.sourceforge.net/geany/?rev=2850&view=rev
Author:   eht16
Date:     2008-08-01 15:56:37 +0000 (Fri, 01 Aug 2008)

Log Message:
-----------
Add some keywords for filetype SQL (patch by Felipe Pena, thanks).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.sql
    trunk/src/highlighting.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-08-01 15:55:20 UTC (rev 2849)
+++ trunk/ChangeLog	2008-08-01 15:56:37 UTC (rev 2850)
@@ -4,6 +4,8 @@
    Revert r2843 because it messed it Ctrl-C/SIGINT in the VTE.
  * src/vte.c:
    Initialise the VTE pid var with 0 just for safety.
+ * src/highlighting.c, data/filetypes.sql:
+   Add some keywords for filetype SQL (patch by Felipe Pena, thanks).
 
 
 2008-07-30  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/data/filetypes.sql
===================================================================
--- trunk/data/filetypes.sql	2008-08-01 15:55:20 UTC (rev 2849)
+++ trunk/data/filetypes.sql	2008-08-01 15:56:37 UTC (rev 2850)
@@ -19,7 +19,7 @@
 
 [keywords]
 # all items must be in one line
-keywords=absolute action add admin after aggregate alias all allocate alter and any are array as asc assertion at authorization before begin binary bit blob boolean both breadth by call cascade cascaded case cast catalog char character check class clob close 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 dictionary diagnostics disconnect distinct domain double drop dynamic each else end end-exec equals escape every except exception exec execute external false fetch first float for foreign found from free full function general get global go goto grant group grouping having host hour identity if ignore immediate in 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 map match minute modifies modify module month names national natural nchar nclob new next no none not null numeric object of off old on only open operation option or order ordinality out outer output pad parameter parameters partial path postfix precision prefix preorder prepare preserve primary prior privileges procedure public read reads real recursive ref references referencing relative restrict result return 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 system_user table temporary terminate than then time timestamp timezone_hour timezone_minute to trailing transaction translation treat trigger true under union unique unknown unnest update usage user using value values varchar variable varying view when whenever where with without work write year zone
+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
 
 
 [settings]

Modified: trunk/src/highlighting.c
===================================================================
--- trunk/src/highlighting.c	2008-08-01 15:55:20 UTC (rev 2849)
+++ trunk/src/highlighting.c	2008-08-01 15:56:37 UTC (rev 2850)
@@ -2140,31 +2140,31 @@
 	get_keyfile_keywords(config, config_home, "keywords", "keywords", GEANY_FILETYPES_SQL, 0,
 						"absolute action add admin after aggregate \
 						alias all allocate alter and any are array as asc \
-						assertion at authorization before begin binary bit blob boolean both breadth by \
-						call cascade cascaded case cast catalog char character check class clob close collate \
+						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 dictionary diagnostics disconnect distinct domain double drop dynamic \
-						each else end end-exec equals escape every except exception exec execute external \
-						false fetch first float for foreign found from free full function general get global \
-						go goto grant group grouping having host hour identity if ignore immediate in indicator \
+						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 map match minute modifies modify module month \
-						names national natural nchar nclob new next no none not null numeric object of off old on only \
-						open operation option or order ordinality out outer output pad parameter parameters partial path \
-						postfix precision prefix preorder prepare preserve primary prior privileges procedure public \
-						read reads real recursive ref references referencing relative restrict result return 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 system_user table temporary terminate than then time timestamp \
-						timezone_hour timezone_minute to trailing transaction translation year zone\
-						treat trigger true under union unique unknown unnest update usage user using \
-						value values varchar variable varying view when whenever where with without work write");
+						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");
 	style_sets[GEANY_FILETYPES_SQL].keywords[1] = NULL;
 
 	get_keyfile_wordchars(config, config_home,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list