Received: by 10.50.0.148 with SMTP id 20mr1550420ige.3.1348387899768; Sun, 23 Sep 2012 01:11:39 -0700 (PDT) X-BeenThere: scite-interest@googlegroups.com Received: by 10.231.62.200 with SMTP id y8ls808226ibh.5.gmail; Sun, 23 Sep 2012 01:11:39 -0700 (PDT) Received: by 10.50.36.199 with SMTP id s7mr1511025igj.3.1348387898992; Sun, 23 Sep 2012 01:11:38 -0700 (PDT) Received: by 10.50.36.199 with SMTP id s7mr1511024igj.3.1348387898915; Sun, 23 Sep 2012 01:11:38 -0700 (PDT) Return-Path: Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) by gmr-mx.google.com with ESMTPS id u5si1728137igw.3.2012.09.23.01.11.38 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Sep 2012 01:11:38 -0700 (PDT) Received-SPF: pass (google.com: domain of vadm...@gmail.com designates 209.85.219.46 as permitted sender) client-ip=209.85.219.46; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of vadm...@gmail.com designates 209.85.219.46 as permitted sender) smtp.mail=vadm...@gmail.com; dkim=pass header...@gmail.com Received: by oago6 with SMTP id o6so5161884oag.5 for ; Sun, 23 Sep 2012 01:11:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=y8x1qn4SzXea4+vVfU8oN0/wr2VF8Cd5wayu+ZI/CMM=; b=YIRkFOEKUqL5xdrrKQdBrJM38PUWgCKFOJ2n+G5kBN0j6dM0ULEz/jwxxNyHHAtaoG CE9JYWpgM400pbMofKFyT0pnb+DH7aSDBu2drQOBSlv47RcZ2W21CDPpc8DAKucghIhK gyGplC53kvxdlCWn8kg1jxdJZmo2PKGsqb9/k845FXS/LdkmVISwE1xtxP+ZbxDekyiJ EzBj9fqzxrWJtCjqMzRb2vVxZm6cuw+wF4hqJ1h5LyKTGzGmPWQcgv8ptUHSH2BnehL1 FW9bPkDrd+MpKowAzT5QqNrLwKySLSm/udNItcgA0tlpqZfogT2K6z59IFiKBa2o5OPe /nMA== MIME-Version: 1.0 Received: by 10.60.19.132 with SMTP id f4mr7522995oee.17.1348387898622; Sun, 23 Sep 2012 01:11:38 -0700 (PDT) Sender: vadm...@gmail.com Received: by 10.182.157.8 with HTTP; Sun, 23 Sep 2012 01:11:38 -0700 (PDT) In-Reply-To: References: Date: Sun, 23 Sep 2012 08:11:38 +0000 Message-ID: Subject: Re: [scite] editing markdown file using scite From: Martin Panter To: scite-interest@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 23/09/2012, wax90 wrote: > Hi All, > > Does anybody use Scite for writing markdown format text files? > > scite is my favorite editor but I was not able to find a properties file > for markdown syntax highlighting. Hi there, I ran into the same issue a few weeks ago. I think I found that Scite has a lexer for Markdown, but no syntax highlighting. Here is a quick properties file for syntax highlighting I made myself, based on the built-in =E2=80=9Ctxt2tags=E2=80=9D properties file: https://github.com/vadmium/etc/blob/master/scite/markdown.properties It=E2=80=99s far from complete, so I=E2=80=99l be interested to hear of a m= ore complete solution. All the entries that I haven=E2=80=99t figured out are coloured bright green (fore:#33FF00).