I would like to post the following attached patch to the MAXIMA syntax file, 
so someone being responsible for such things can apply it.

Andre

----------  Forwarded Message  ----------

Subject: VIM syntax file for MAXIMA
Date: Tuesday 27 October 2009
From: andre maute <andre.ma...@gmx.de>
To: Robert Dodier <robert.dod...@gmail.com>

Dear Robert,

I saw you are the author of the
MAXIMA syntax file for the VIM editor.
As the MAXIMA documentation states,
MAXIMA supports nested multiline comments.

My version of the synatx file shipped
with my linux distro doesn't reflect this,
the attached patch does the fix for me.

Should I also post it on VIM mailinglist?

Andre
-------------------------------------------------------
----------  Forwarded Message  ----------

Subject: Re: VIM syntax file for MAXIMA
Date: Wednesday 28 October 2009
From: Robert Dodier <robert.dod...@gmail.com>
To: andre maute <andre.ma...@gmx.de>

Hi Andre,

Yes, please post your patch so that it is incorporated into future
versions of Vim.

Thanks for your help,

Robert
-------------------------------------------------------

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

--- maxima.vim.old	2009-10-27 23:35:46.000000000 +0100
+++ maxima.vim	2009-10-27 23:28:52.000000000 +0100
@@ -227,7 +227,7 @@
 " Comments:
 " maxima supports /* ... */ (like C)
 syn keyword maximaTodo contained	TODO Todo DEBUG
-syn region  maximaCommentBlock	start="/\*" end="\*/"	contains=maximaString,maximaTodo
+syn region  maximaCommentBlock	start="/\*" end="\*/"	contains=maximaString,maximaTodo,maximaCommentBlock
 
 " synchronizing
 syn sync match maximaSyncComment	grouphere maximaCommentBlock "/*"

Raspunde prin e-mail lui