about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-27 00:09:22 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-27 00:09:22 -0700
commit9511ff5cd7aeef4ccf501920e6969d2b15ecf2d5 (patch)
tree505399362eaf6d0297b6788bf1b86799eed23728 /mu.vim
parent985f7f79bee5481cc1247d1d68b1b2d47f5b500c (diff)
downloadmu-9511ff5cd7aeef4ccf501920e6969d2b15ecf2d5.tar.gz
6409 - primitives for text-mode UIs
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim
index bbbaebec..b36ed330 100644
--- a/mu.vim
+++ b/mu.vim
@@ -53,7 +53,7 @@ syntax match muControl "\<loop\>\|\<loop-if[^ ]*"
 highlight link muControl PreProc
 
 syntax match muKeyword " -> "
-syntax keyword muKeyword fn type var
+syntax keyword muKeyword fn type
 highlight link muKeyword PreProc
 
 syntax match muFunction "\(fn\s*\)\@<=\(\S\+\)"