Your message dated Sat, 14 Oct 2006 19:42:26 +0200
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #378952,
regarding syntax/dosini.vim: please accept # as a comment marker
to be marked as having been forwarded to the upstream software
author(s) "Sean M. McKee" <[EMAIL PROTECTED]>.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
tags 378952 + pending
thanks

Hi Sean,
  a Debian user proposed a patch for vim's dosini syntax highlighting
for supporting #-comments as ;-comments.

The rational is that several dosini-like files are nowadays used by
various libraries and applications, supporting such kind of comments.

The patch is now applied in the Debian repository of the package and is
attached to this mail, could you please consider applying it to the
official dosini syntax highlighting file?

Many thanks in advance,
Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-
Index: vim/runtime/syntax/dosini.vim
===================================================================
--- vim/runtime/syntax/dosini.vim.orig
+++ vim/runtime/syntax/dosini.vim
@@ -17,7 +17,7 @@
 
 syn match  dosiniLabel         "^.\{-}="
 syn region dosiniHeader                start="\[" end="\]"
-syn match  dosiniComment       "^;.*$"
+syn match  dosiniComment       "^[;#].*$"
 
 " Define the default highlighting.
 " For version 5.7 and earlier: only when not done already

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to