From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id D5C517ED45 for ; Sun, 1 Jul 2012 00:13:43 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of markus.mottl@gmail.com) identity=pra; client-ip=209.85.217.182; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="markus.mottl@gmail.com"; x-sender="markus.mottl@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of markus.mottl@gmail.com designates 209.85.217.182 as permitted sender) identity=mailfrom; client-ip=209.85.217.182; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="markus.mottl@gmail.com"; x-sender="markus.mottl@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-lb0-f182.google.com) identity=helo; client-ip=209.85.217.182; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="markus.mottl@gmail.com"; x-sender="postmaster@mail-lb0-f182.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8BAN9470/RVdm2mGdsb2JhbABFtlAIIgEBAQEBCAkNBxQnghgBAQEEEgIsARQHHQEDDAYFCw0uIQEBEQEFARwGEyKHWgEDC50bCQOMI4JxhDoKGScNV4hxAQUMiklmhhoDlTSLA4MjPoQa X-IronPort-AV: E=Sophos;i="4.77,503,1336341600"; d="scan'208";a="165133296" Received: from mail-lb0-f182.google.com ([209.85.217.182]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 01 Jul 2012 00:13:43 +0200 Received: by lbon10 with SMTP id n10so10812239lbo.27 for ; Sat, 30 Jun 2012 15:13:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=I+HW7Aik4uOx6TwGdBY+uh5dJxPL72WefO70qRVVi/Y=; b=TmqwIKXZwBlAgmT7qyoGz39ln4PqYFYHx2YNHkU2J3T+wuH+ooC7h7T2mJ3jcyL67e tAA5gUuhbszfoP5VaUPPV5Pm9by23ntbfMDZGtbK1fHVY2zHpKuxS1aEzitoy03MDGCF IJvEXMGnsPyrIGMxv4yidVYpCrdGS/k+jQJYal0q+UzKvUqiK83D29DoyQ4ddoBD8bui YfnK+/qlyeKvanFIZRjA42fa/H1OaBWWftbvlYmphUTIMTXz6eoDmtk8m2SyyHOymHB4 zLY1xLldR+WuBFaq+KB+MEqfBPurtCwiccrc+sT3/hAZPZJqZUqCPphjq6DdzxBENArM JJsQ== MIME-Version: 1.0 Received: by 10.112.24.229 with SMTP id x5mr3634552lbf.23.1341094422196; Sat, 30 Jun 2012 15:13:42 -0700 (PDT) Received: by 10.152.20.66 with HTTP; Sat, 30 Jun 2012 15:13:42 -0700 (PDT) In-Reply-To: References: Date: Sat, 30 Jun 2012 18:13:42 -0400 Message-ID: From: Markus Mottl To: Anthony Tavener Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Caml-list] Vim syntax supporting first-class modules? On Sat, Jun 30, 2012 at 3:12 PM, Anthony Tavener wrote: > After first-class modules were introduced there were some questions wheth= er > anyone had updates for ocaml.vim. > > About one year later I finally have use for first-class modules but can't > find Vim syntax support. Spend a couple hours now delving into the arcana= of > syntax and particularly the module section of ocaml.vim. I've turned back > for fear of my sanity. > > Has anyone else slain this beast already? :) Though Vim has fairly powerful syntax highlighting features, its highlighting language is also not exactly easy to reason about. Frankly, a lot of my syntax file, which is probably what you are referring to when speaking of insanity, was developed using a heavy dose of trial and error, especially when it comes to module syntax. Even before first-class modules it was far from perfect. Feel free to risk your sanity and send fixes... ;) Regards, Markus --=20 Markus Mottl=A0 =A0 =A0 =A0 http://www.ocaml.info=A0 =A0 =A0 =A0 markus.mot= tl@gmail.com