summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/languages.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/languages.rst b/doc/languages.rst
index f9492525..03e6f1cc 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -201,6 +201,11 @@ Template languages
* Tea
* `Twig <http://twig.sensiolabs.org/>`_
+Log files
+---------
+
+* Linux kernel log (dmesg)
+
Other markup
------------