Add syntax highlighting for pipe operator in elixir.nanorc file

This commit is contained in:
Francine Guimarães 2021-05-28 01:12:06 -03:00
parent 1aa64a86cf
commit d9dc1c2164

View File

@ -48,3 +48,6 @@ color brightcyan "(XXX|TODO|FIXME|\?\?\?)"
## Trailing spaces
color ,green "[[:space:]]+$"
## Pipe Operator
color brightmagenta "\|>" "\|"