mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 06:17:12 +09:00
Add syntax highlighting files
This commit is contained in:
10
syntax_files/patch.micro
Normal file
10
syntax_files/patch.micro
Normal file
@@ -0,0 +1,10 @@
|
||||
## Here is an example for patch files.
|
||||
##
|
||||
syntax "Patch" "\.(patch|diff)$"
|
||||
color brightgreen "^\+.*"
|
||||
color green "^\+\+\+.*"
|
||||
color brightblue "^ .*"
|
||||
color brightred "^-.*"
|
||||
color red "^---.*"
|
||||
color brightyellow "^@@.*"
|
||||
color magenta "^diff.*"
|
||||
Reference in New Issue
Block a user