Hi
I got some free time during the holidays and created a patch to add highlighting for Ada source code. Seems to work for me. If anyone got any suggestions or additions to the patch. Please let me know. Would be glad if you could apply the patch to svn.
Greetings and a happy new year (for everyone in Australia at least) Philipp Gildein
On Wed, 2008-12-31 at 14:23 +0100, Philipp Gildein wrote:
Hi
I got some free time during the holidays and created a patch to add highlighting for Ada source code. Seems to work for me. If anyone got any suggestions or additions to the patch. Please let me know. Would be glad if you could apply the patch to svn.
Greetings and a happy new year (for everyone in Australia at least) Philipp Gildein
Actually forgot the patch. Here it comes :)
On Wed, 31 Dec 2008 14:22:51 +0100, Philipp Gildein philipp@gildein.com wrote:
Hey,
I got some free time during the holidays and created a patch to add highlighting for Ada source code. Seems to work for me. If anyone got any suggestions or additions to the patch. Please let me know.
I'll have a look at it at the weekend.
Greetings and a happy new year (for everyone in Australia at least)
In the meantime, also for the others: Happy new year.
Regards, Enrico
On Wed, 31 Dec 2008 14:22:51 +0100, Philipp Gildein philipp@gildein.com wrote:
Hi Philipp,
I got some free time during the holidays and created a patch to add highlighting for Ada source code.
Many, many thanks. Patch committed in SVN r3444.
Seems to work for me. If anyone got any suggestions or additions to the patch. Please let me know.
The patch was basically complete, good job. Only a few things were missing like relevant if's in src/editor.c is_comment_style() and is_string_style() but this doesn't matter much, I just added them.
And I changed the build command from gnatbind "%e" && gnatlink "%e" to gnatmake "%e"
which seems to do the same. I was just not happy about the && in the command.
Regards, Enrico