Initial Commit
This commit is contained in:
9
nano/syntax/patch.nanorc
Normal file
9
nano/syntax/patch.nanorc
Normal file
@ -0,0 +1,9 @@
|
||||
syntax "patch" "\.(patch|diff)$"
|
||||
|
||||
color brightgreen "^\+.*"
|
||||
color green "^\+\+\+.*"
|
||||
color brightred "^-.*"
|
||||
color red "^---.*"
|
||||
color blue "^@@.*"
|
||||
color magenta "^diff.*"
|
||||
|
Reference in New Issue
Block a user