about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--archive/1.vm/mu.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive/1.vm/mu.vim b/archive/1.vm/mu.vim
index d2088ec2..32fb55df 100644
--- a/archive/1.vm/mu.vim
+++ b/archive/1.vm/mu.vim
@@ -92,6 +92,7 @@ highlight link muRecipe PreProc
 syntax match muScenario "^scenario\>"  | highlight link muScenario Statement
 syntax keyword muPendingScenario pending-scenario  | highlight link muPendingScenario SpecialChar
 syntax match muData "^type\>\|^container\>"
+syntax match muData "\<eax\>\|\<ecx\>\|\<edx\>\|\<ebx\>\|\<esi\>\|\<edi\>"
 syntax keyword muData exclusive-container
 highlight link muData Constant
 
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161