mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 22:52:51 +09:00
Add syntax highlighting files
This commit is contained in:
10
syntax_files/inputrc.micro
Normal file
10
syntax_files/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