mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 23:20:18 +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
285 B
Plaintext
11 lines
285 B
Plaintext
syntax "inputrc" "inputrc$"
|
|
|
|
color red "\<(off|none)\>"
|
|
color green "\<on\>"
|
|
color brightblue "\<set|\$include\>"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color magenta "\\.?"
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|