You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2013/09/21 16:50:20 UTC

svn commit: r1525244 - in /tcl/rivet/branches/2.1: ./ ChangeLog Makefile.in contrib/tcl.vim

Author: mxmanghi
Date: Sat Sep 21 14:50:20 2013
New Revision: 1525244

URL: http://svn.apache.org/r1525244
Log:
    * 2.1: merging once again from trunk
    * contrib/tcl.vim: list of subcommands completed


Modified:
    tcl/rivet/branches/2.1/   (props changed)
    tcl/rivet/branches/2.1/ChangeLog
    tcl/rivet/branches/2.1/Makefile.in
    tcl/rivet/branches/2.1/contrib/tcl.vim

Propchange: tcl/rivet/branches/2.1/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk:r1525031-1525243

Modified: tcl/rivet/branches/2.1/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/ChangeLog?rev=1525244&r1=1525243&r2=1525244&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/ChangeLog (original)
+++ tcl/rivet/branches/2.1/ChangeLog Sat Sep 21 14:50:20 2013
@@ -1,3 +1,7 @@
+2013-09-21 Massimo Manghi <mx...@apache.org>
+    * 2.1: merging once again from trunk
+    * contrib/tcl.vim: list of subcommands completed
+
 2013-09-20 Massimo Manghi <mx...@apache.org>
     * 2.1: merging latest changes in trunk
     * contrib/tcl.vim: Vim's syntax highlighting extension including also

Modified: tcl/rivet/branches/2.1/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/Makefile.in?rev=1525244&r1=1525243&r2=1525244&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/Makefile.in (original)
+++ tcl/rivet/branches/2.1/Makefile.in Sat Sep 21 14:50:20 2013
@@ -18,7 +18,7 @@
 #
 # top-level Makefile.am for Apache Rivet: gets turned into a Makefile.in by automake
 #
-# $Id: Makefile.am 1517859 2013-08-27 16:08:31Z mxmanghi $
+# $Id: Makefile.am 1518826 2013-08-29 21:20:38Z mxmanghi $
 #
 # 2007/12/25: Added target uninistall-local that removes the tcl stuff (mxmanghi)
 # 2010/06/22: target instal-data-local searches for pkgIndex.tcl files and deletes them

Modified: tcl/rivet/branches/2.1/contrib/tcl.vim
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/contrib/tcl.vim?rev=1525244&r1=1525243&r2=1525244&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/contrib/tcl.vim (original)
+++ tcl/rivet/branches/2.1/contrib/tcl.vim Sat Sep 21 14:50:20 2013
@@ -1,16 +1,20 @@
-" syntax highlighting extention to include also the Rivet command set and various arguments accepted
+" Syntax highlighting extention to include also the Rivet command set and various arguments accepted
 " Language: Tcl
 " Maintainer: Massimo Manghi <mx...@apache.org>
 " Filenames: *.tcl
 "
-" Place this file in ~/.vim/after/syntax to get it loaded after the system wide vim syntax highlighting
+" Place this file in ~/.vim/after/syntax to have it loaded after
+" the system wide vim syntax highlighting gets loaded
+"
 
-syn keyword rivetArguments      contained get list exists number all
+syn keyword rivetArguments      get list exists number all set exists unset names 
+syn keyword rivetArguments      array_get clear redirect add type numeric channel 
+syn keyword rivetArguments      save data size type filename
 syn keyword rivetCommand        abort_code abort_page apache_log_error apache_table clock_to_rfc850_gmt
 syn keyword rivetCommand        cookie debug env escape_sgml_chars escape_string escape_shell_command
 syn keyword rivetCommand        headers html http_accept import_keyvalue_pairs include inspect
 syn keyword rivetCommand        lempty lmatch load_cookies load_env load_headers load_response makeurl
-syn keyword rivetCommand        no_body parray parse raw_post read_file unescape_string upload 
+syn keyword rivetCommand        no_body parray parse raw_post read_file unescape_string upload
 syn keyword rivetCommand        var_qs var_post var wrap wrapline
 syn match   rivetNamespace      "::rivet::"
 
@@ -23,8 +27,8 @@ if version >= 508 || !exists("did_tcl_sy
   endif
 
   HiLink rivetCommand       Statement
-  HiLink rivetNamespace     Special
   HiLink rivetArguments     Special
+  highlight rivetNamespace  ctermfg=White guifg=Yellow guibg=Red
 
   delcommand HiLink
 endif



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org