mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Add cross-compilation script
This commit is contained in:
10
runtime/syntax/inputrc.micro
Normal file
10
runtime/syntax/inputrc.micro
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax "Inputrc" "inputrc$"
|
||||
|
||||
color red "\b(off|none)\b"
|
||||
color green "\bon\b"
|
||||
color brightblue "\bset|\$include\b"
|
||||
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
color magenta "\\.?"
|
||||
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||||
color ,green "[[:space:]]+$"
|
||||
color ,red " + +| + +"
|
||||
Reference in New Issue
Block a user