about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.vim b/mu.vim
index 22c175af..308c5968 100644
--- a/mu.vim
+++ b/mu.vim
@@ -61,10 +61,10 @@ syntax match muKeyword " -> "
 syntax keyword muKeyword fn sig type var
 highlight link muKeyword PreProc
 
-syntax match muFunction "\(fn\s*\)\@<=\(\S\+\)"
+syntax match muFunction "\(fn\s\+\)\@<=\(\S\+\)"
 highlight link muFunction Identifier
 
-syntax match muTest "\(fn\s*\)\@<=\(test-\S\+\)"
+syntax match muTest "\(fn\s\+\)\@<=\(test-\S\+\)"
 highlight link muTest Identifier
 
 syntax match muData "^type\>"