From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 107393,cbb047e18caa93c4,start X-Google-Thread: 103376,cbb047e18caa93c4,start X-Google-Attributes: gid107393,gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <1711079.u9ZlEci5Fm@linux1.krischik.com> From: Martin Krischik Subject: [Vim] Ada language Mode. Newsgroups: comp.editors,comp.lang.ada Date: Sun, 08 Oct 2006 17:55:34 +0200 User-Agent: KNode/0.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 80.218.115.143 (80.218.115.143) NNTP-Posting-Date: Sun, 08 Oct 2006 17:56:08 +0200 X-Trace: a598745291f98f57fd62a17124 Xref: g2news2.google.com comp.editors:3674 comp.lang.ada:6910 Date: 2006-10-08T17:55:34+02:00 List-Id: Hello, I have created a new language mode for Ada [1] and would like anybody who interested in Ada and Vim to comment on. The new mode offers: * Support for Ada 2005 keywords [2]. * Improved syntax highlight (Including all standart Pragmas and Attributes). * User completion (Keyword, Pragmas, Attributes) * Omni completions (using ctags or gnat xref). * Tag search (using ctags or gnat xref). * Unified Online help (One ada.txt for all). * Compiler support for GNAT and Dec Ada (using an extensible OO-Design). * Three different folding mechanisms. * All function are autoload. * Optimised for Vim 7 The aim is to replace the Ada language mode, which is currently part of the standart runtime, with this new mode. Martin [1] http://www.vim.org/scripts/script.php?script_id=1609 [2] http://www.adaic.org/standards/ada05.html -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com