diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-27 01:45:42 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-27 01:49:56 -0700 |
commit | 6e31354543ddef9dea17aa2f27d9f497eaba092b (patch) | |
tree | 0e3d9abfbafbf7ac1317e6aa77a0a221b7e88040 | |
parent | 9f9aad345d9418e2fb52e45a78b8233b157be4e1 (diff) | |
download | mu-6e31354543ddef9dea17aa2f27d9f497eaba092b.tar.gz |
6412
-rw-r--r-- | mu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index b36ed330..bbbaebec 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 +syntax keyword muKeyword fn type var highlight link muKeyword PreProc syntax match muFunction "\(fn\s*\)\@<=\(\S\+\)" |