mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
10 lines
352 B
Text
10 lines
352 B
Text
syntax "inputrc" "inputrc$"
|
|
|
|
color constant.bool.false "\b(off|none)\b"
|
|
color constant.bool.true "\bon\b"
|
|
color preproc "\bset|\$include\b"
|
|
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color constant.specialChar "\\.?"
|
|
color comment "(^|[[:space:]])#([^{].*)?$"
|
|
color indent-char.whitespace "[[:space:]]+$"
|
|
color indent-char " + +| + +"
|