about summary refs log tree commit diff stats
path: root/editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage
diff options
context:
space:
mode:
Diffstat (limited to 'editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage')
-rw-r--r--editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage b/editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage
index 64f71320..b10d6d17 100644
--- a/editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage
+++ b/editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage
@@ -48,7 +48,7 @@
 		</dict>
 		<dict>
 			<key>match</key>
-			<string>\b(addr|array|boolean|byte|code-point|grapheme|handle|int|float|stream|type)\b</string>
+			<string>\b(addr|array|boolean|byte|code-point|code-point-utf8|handle|int|float|stream|type)\b</string>
 			<key>name</key>
 			<string>storage.type.mu</string>
 		</dict>