about summary refs log tree commit diff stats
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/mu.vim b/editor/mu.vim
index ba93a196..374d6e5d 100644
--- a/editor/mu.vim
+++ b/editor/mu.vim
@@ -49,7 +49,7 @@ highlight link muError Error
 " sources of action at a distance
 syntax match muAssign "<-"
 highlight link muAssign SpecialChar
-syntax keyword muAssign error
+syntax keyword muAssign error error-stream
 highlight link muAssign Special
 
 " common keywords