syntax highlighting for nano

This commit is contained in:
Jordi Sanfeliu 2018-02-05 10:20:40 +01:00
parent 5459bca836
commit c5bddf3fc8
1 changed files with 10 additions and 0 deletions

10
docs/monitorix.nanorc Normal file
View File

@ -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:]]*--"