From owner-freebsd-ports@FreeBSD.ORG Thu Aug 18 20:22:25 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D264416A41F for ; Thu, 18 Aug 2005 20:22:25 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: from falcon.loomes.de (smtp.loomes.de [212.40.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BDB643D48 for ; Thu, 18 Aug 2005 20:22:25 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: from port-212-202-34-162.dynamic.qsc.de ([212.202.34.162] helo=bsd.trippelsdorf.de) by falcon.loomes.de with asmtp (Exim 4.30) id 1E5qty-0001jg-DK; Thu, 18 Aug 2005 22:22:14 +0200 Date: Thu, 18 Aug 2005 22:22:12 +0200 From: Markus Trippelsdorf To: Greg Lewis Message-ID: <20050818202212.GA628@bsd.trippelsdorf.de> References: <20050818195751.GA48641@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050818195751.GA48641@misty.eyesbeyond.com> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@FreeBSD.org Subject: Re: Vim syntax file for FreeBSD make? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 20:22:25 -0000 On Thu, Aug 18, 2005 at 01:57:51PM -0600, Greg Lewis wrote: > All, > > I've been looking for a Vim syntax file for FreeBSD's make without success. > The current Makefile syntax file in Vim appears to be tailored towards > GNU make. It handles common syntax fine, but then correctly highlights > GNU make's ifdef, ifeq, etc. while not highlighting .ifdef, .for, etc. > Anyone got a syntax file that handles our make better? It would be very > helpful for the ports work, hence sending this request for ports@ :). > You could edit /usr/local/share/vim/vim63/syntax/make.vim and insert a few dots and missing commands. Should be done in a few minutes. -- Markus