Notepad++ Custom Language Highlighting

后端 未结 3 1542
一生所求
一生所求 2020-12-28 14:06

I have a specific language (its private, and closed source) that I\'m writing code highlighting for in Notepad++. I\'ve never done anything like this before... so, for the m

3条回答
  •  执笔经年
    2020-12-28 14:31

    I had log4net files that I wanted to view in Notepad++. They contained lines like:

    2015-06-03 16:38:10,751 [Compname][Thread:29][FATAL]
    

    To highlight [FATAL] just the keyword list wasn't enough. I added this: On tabpage "Folder & Default" > Folding in code style 1: >

    Open: [ 
    Close: ]
    

    On tabpage "Keyword lists" > 1ste group > FATAL with some styling.

提交回复
热议问题