VIM: simple steps to create syntax highlight file - for logfiles

后端 未结 5 1779
别跟我提以往
别跟我提以往 2020-12-23 02:24

I have some (log4j generated) logfiles to go through; I know their format pretty well (I mean I have already got off-the-peg regexes etc I can use).

I want to automa

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-23 03:02

    This highlighting style works just great for me:

    https://github.com/dzeban/vim-log-syntax

    The author (@AlexanderDzyoba) says it is based on "messages" syntax highlighting file.

提交回复
热议问题