From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32336 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Making a verbatim file for another language Date: Fri, 29 Dec 2006 00:47:44 +0100 Message-ID: <6faad9f00612281547u4f9d91e8v9deec1e6f460053d@mail.gmail.com> References: <58E326FC-9E9E-487E-A9D4-2CCA840F0E4D@mac.com> <458FAA34.7030507@elvenkind.com> <6faad9f00612261047s2f12559es8b3d33e54261a70@mail.gmail.com> <491FFCED-C4FF-4827-9F7C-C5AFF7F27D86@mac.com> <7AC887FE-D047-4DD3-B152-54281A998401@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167349688 11443 80.91.229.10 (28 Dec 2006 23:48:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 23:48:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 29 00:48:07 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by dough.gmane.org with esmtp (Exim 4.50) id 1H04yi-0001Ko-Ku for gctc-ntg-context-518@m.gmane.org; Fri, 29 Dec 2006 00:48:04 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 98DE620118; Fri, 29 Dec 2006 00:46:02 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06695-06; Fri, 29 Dec 2006 00:45:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4ACC2200FC; Fri, 29 Dec 2006 00:45:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E4285200FD for ; Fri, 29 Dec 2006 00:45:51 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06950-03 for ; Fri, 29 Dec 2006 00:45:44 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ronja.ntg.nl (Postfix) with SMTP id B12BB200F9 for ; Fri, 29 Dec 2006 00:45:44 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so4971661nfc for ; Thu, 28 Dec 2006 15:47:45 -0800 (PST) Original-Received: by 10.49.36.6 with SMTP id o6mr11088124nfj.1167349665345; Thu, 28 Dec 2006 15:47:45 -0800 (PST) Original-Received: by 10.48.209.2 with HTTP; Thu, 28 Dec 2006 15:47:44 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <7AC887FE-D047-4DD3-B152-54281A998401@mac.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32336 Archived-At: On 12/28/06, cormullion@mac.com wrote: > How does it find the .vim language syntax file for - say - Ruby? When you start vim and say "set syntax=ruby", vim should find the syntax file automatically. For example under: /usr/share/vim/vimXX/syntax/ruby.vim c:/programs/vim/vimXX/syntax/ruby.vim depending on your vim runtime environment. :help VIMRUNTIME Mojca