mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
This may be a breaking change if you are using a plugin that checks the filetype. All the default plugins are now updated, just make the filetype you were checking for previously all lowercase.
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
## 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.*"
|