mirror of https://github.com/mikaku/Monitorix.git
syntax highlighting for nano
This commit is contained in:
parent
5459bca836
commit
c5bddf3fc8
|
@ -0,0 +1,10 @@
|
|||
syntax "monitorix" "monitorix.conf$"
|
||||
color red "=*[[:space:]]n$"
|
||||
color brightgreen "=*[[:space:]]y$"
|
||||
color yellow "[A-Za-z0-9\.]*@[A-Za-z0-9\.]*"
|
||||
color brightyellow "="
|
||||
color brightwhite "[0-9]"
|
||||
icolor magenta "^[[:space:]]*[.A-Z_0-9]*"
|
||||
color cyan start="<" end=">"
|
||||
color green "^#.*"
|
||||
icolor brightgreen "^#.**[[:space:]]*--"
|
Loading…
Reference in New Issue