From 64e9f90a6a91018ce9941c8b5a2362ff685c8fcf Mon Sep 17 00:00:00 2001 From: "martijn@msi.localhost" Date: Thu, 2 May 2019 16:05:35 +0200 Subject: 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. --- doc/languages.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 `_ +Log files +--------- + +* Linux kernel log (dmesg) + Other markup ------------ -- cgit v1.2.1