From d253a3182859c7c989449122a60d5f362f19ded0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 9 Nov 2021 08:12:11 -0800 Subject: rename grapheme to code-point-utf8 Longer name, but it doesn't lie. We have no data structure right now for combining multiple code points. And it makes no sense for the notion of a grapheme to conflate its Unicode encoding. --- editor/Mu.tmbundle/Syntaxes/Mu.tmLanguage | 2 +- editor/VSCode/syntaxes/Mu.tmLanguage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editor') 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 @@ match - \b(addr|array|boolean|byte|code-point|grapheme|handle|int|float|stream|type)\b + \b(addr|array|boolean|byte|code-point|code-point-utf8|handle|int|float|stream|type)\b name storage.type.mu diff --git a/editor/VSCode/syntaxes/Mu.tmLanguage b/editor/VSCode/syntaxes/Mu.tmLanguage index 64f71320..b10d6d17 100644 --- a/editor/VSCode/syntaxes/Mu.tmLanguage +++ b/editor/VSCode/syntaxes/Mu.tmLanguage @@ -48,7 +48,7 @@ match - \b(addr|array|boolean|byte|code-point|grapheme|handle|int|float|stream|type)\b + \b(addr|array|boolean|byte|code-point|code-point-utf8|handle|int|float|stream|type)\b name storage.type.mu -- cgit 1.4.1-2-gfad0