summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authormartijn@msi.localhost <martijn@msi.localhost>2019-05-02 16:05:35 +0200
committerGeorg Brandl <g.brandl@fz-juelich.de>2019-12-09 12:32:53 +0100
commit64e9f90a6a91018ce9941c8b5a2362ff685c8fcf (patch)
tree7fd6d396aae83e6122220d8f09420a4886c21ffe /AUTHORS
parent09ef9a63ff67790f14bf3201b7e548bffe602723 (diff)
downloadpygments-git-64e9f90a6a91018ce9941c8b5a2362ff685c8fcf.tar.gz
This commit adds a lexer for linux kernel logs as outputted by `dmesg`
It supports output from `dmesg`, in that case it highlights based on keywords in the line It can also highlight `dmesg -x` output. In that case it uses the loglevels from the kernel to highlight the lines.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 751c9172..58968f50 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -35,6 +35,7 @@ Other contributors, listed alphabetically, are:
* Stéphane Blondon -- SGF lexer
* Frits van Bommel -- assembler lexers
* Pierre Bourdon -- bugfixes
+* Martijn Braam -- Kernel log lexer
* Matthias Bussonnier -- ANSI style handling for terminal-256 formatter
* chebee7i -- Python traceback lexer improvements
* Hiram Chirino -- Scaml and Jade lexers