about summary refs log tree commit diff
path: root/filters/syntax-highlighting.sh
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-05-18 16:21:36 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-05-22 12:53:06 +0200
commit1e9f1ee64e5f8f75a361260a2165996bc137b961 (patch)
treee8ce7148ac4ad40dc703b0c48ba7e3aa67843357 /filters/syntax-highlighting.sh
parenthtml.c: die when write fails (diff)
downloadcgit-pink-1e9f1ee64e5f8f75a361260a2165996bc137b961.tar.gz
cgit-pink-1e9f1ee64e5f8f75a361260a2165996bc137b961.zip
shared.c: use die_errno() where appropriate
This replaces some code that is re-implementing die_errno by just
calling the function.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'filters/syntax-highlighting.sh')
0 files changed, 0 insertions, 0 deletions
title='2021-01-20 13:33:37 -0500'>2021-01-20Remove Lua supportJune McEnroe 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe