diff --git a/ocaml.nanorc b/ocaml.nanorc index 49ba151..f5cd2c7 100644 --- a/ocaml.nanorc +++ b/ocaml.nanorc @@ -23,3 +23,5 @@ color yellow "\<(new|ref|mutable|lazy|assert|raise)\>" color white start="\(\*" end="\*\)" #strings (no multiline handling yet) color brightblack ""[^\"]*"" +## Trailing spaces +color ,green "[[:space:]]+$"