about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-22 20:23:43 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-22 20:23:43 -0800
commit2387a8fba4e6b58c71cb44784ef46af1be80729c (patch)
treed1fca8dfec5fd430c5dbd067334b1e682deaf7b1 /mu.vim
parent421ed4651f0f9ceb23f07f8d00797e61d63a29ad (diff)
downloadmu-2387a8fba4e6b58c71cb44784ef46af1be80729c.tar.gz
7785 - baremetal/shell: trace primitives done
Rendering traces will be an ongoing journey.
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.vim b/mu.vim
index 308c5968..ba93a196 100644
--- a/mu.vim
+++ b/mu.vim
@@ -49,6 +49,8 @@ highlight link muError Error
 " sources of action at a distance
 syntax match muAssign "<-"
 highlight link muAssign SpecialChar
+syntax keyword muAssign error
+highlight link muAssign Special
 
 " common keywords
 syntax match muControl "\<return\>\|\<return-if[^ ]*\>"