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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7939196cc09b0686 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-05 09:52:29 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.onemain.com!feed1.onemain.com!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: [OT] highlighter for ConTEXT X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3BE6CAB5.6D5713EA@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: Mime-Version: 1.0 Date: Mon, 5 Nov 2001 17:21:57 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:15826 Date: 2001-11-05T17:21:57+00:00 List-Id: "chris.danx" wrote: > > Hi, > > The ConTEXT lacked a highlighter for Ada 95, (you couldn't get one at the > site) so I've created one (it's not rocket science). Before it is submitted > I'd like to know if anyone who uses (or might use) ConTEXT has any > suggestions. I've checked as much as possible that all the reserved words > are in there but maybe there are some I forgot to include. If there is let > me know. The complete list of reserved words in Ada is given in ARM 2.9. While .ads and .adb are the default extensions for GNAT, other compilers may have other conventions; I have seen .ada and .a and heard of .spc and .bdy. Projects may have their own naming conventions, and most compilers (including GNAT) can handle non-default conventions. I doubt if you can include every possible convention, but I would suggest at least including .ada. -- Jeffrey Carter