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://[EMAIL PROTECTED]
Ada programming at: http://ada.krischik.com

Reply via email to