From: Jakub Narebski <jnareb@gmail.com>
To: "Alejandro R. Sedeño" <asedeno@mit.edu>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] gitweb: move highlight config out of guess_file_syntax()
Date: Mon, 26 Jul 2010 22:48:34 +0200 [thread overview]
Message-ID: <201007262248.35341.jnareb@gmail.com> (raw)
In-Reply-To: <4C4CCE60.1080301@mit.edu>
On Mon, 26 Jul 2010, Alejandro R. Sedeño wrote:
> On 7/25/2010 7:35 PM, Jakub Narębski wrote:
> > BTW. is this something _you_ needed (and what did you need to configure
> > / to put in $GITWEB_CONFIG file), or just a generalization?
>
>
> This is something I was using in previous versions of gitweb, though
> with the older (pre-592ea41) syntax. (I had applied the older
> highlighting patches, and was quite happy to see them merged.)
>
> Before, $GITWEB_CONFIG contained lines like:
>
> $highlight_type{'\.lisp$'} = 'lisp';
>
> As of 1.7.2, with syntax highlighting merged and refactored (592ea41),
> access to the hashes that define syntax highlighting mappings was lost.
> Moving the hashes out into the config area lets $GITWEB_CONFIG contain
> lines like:
>
> $highlight_ext{'lisp'} = 'lisp';
> $highlight_basename{'GNUmakefile'} = 'mak';
O.K., I don't think we want to put all possible languages that 'highlight'
supports in %highlight_ext, so you might want to add support for less
common languages, or languages introduced in newer versions of tool.
Note that you can write here
$highlight_basename{'GNUmakefile'} = 'make';
which might be slightly more readable.
--
Jakub Narebski
Poland
next prev parent reply other threads:[~2010-07-26 20:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-24 19:46 [PATCH] gitweb: move highlight config out of guess_file_syntax() Alejandro R. Sedeño
[not found] ` <201007260135.35059.jnareb@gmail.com>
2010-07-25 23:53 ` "Alejandro R. Sedeño"
2010-07-26 20:48 ` Jakub Narebski [this message]
2010-07-26 20:56 ` "Alejandro R. Sedeño"
2010-07-26 20:45 ` Jakub Narebski
2010-07-28 18:40 ` Alejandro R. Sedeño
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201007262248.35341.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=asedeno@mit.edu \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.