mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
The commit mariuszs/nanorc@e5cc8be863 introduced a number of rc files that cause tabs to always show as red (even with trailing spaces). Adjust the behavior according to changes in https://github.com/nanorc/nanorc/blob/master/mixins/lint.nanorc, which seems to be an updated source of the original commit. Make tabs appear green without trailing characters, red with trailing spaces, and uncolored when followed by any other character.
10 lines
318 B
Text
10 lines
318 B
Text
syntax "keymap" "\.(k|key)?map$|Xmodmap$"
|
|
|
|
color cyan "\<(add|clear|compose|keycode|keymaps|keysym|remove|string)\>"
|
|
color cyan "\<(control|alt|shift)\>"
|
|
color blue "\<[0-9]+\>"
|
|
color red "="
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color brightblack "^!.*$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|