mirror of
https://github.com/scopatz/nanorc
synced 2025-02-20 00:00:05 +01:00
Add syntax highlighting for pipe operator in elixir.nanorc file
This commit is contained in:
parent
1aa64a86cf
commit
d9dc1c2164
@ -48,3 +48,6 @@ color brightcyan "(XXX|TODO|FIXME|\?\?\?)"
|
|||||||
|
|
||||||
## Trailing spaces
|
## Trailing spaces
|
||||||
color ,green "[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
|
|
||||||
|
## Pipe Operator
|
||||||
|
color brightmagenta "\|>" "\|"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user