We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aee799 commit 348664eCopy full SHA for 348664e
crates/language/src/lib.rs
@@ -186,8 +186,8 @@ macro_rules! impl_aliases {
186
187
/* Customized Language with expando_char / pre_process_pattern */
188
// https://en.cppreference.com/w/cpp/language/identifiers
189
-impl_lang_expando!(C, language_c, 'µ');
190
-impl_lang_expando!(Cpp, language_cpp, 'µ');
+impl_lang_expando!(C, language_c, '𐀀');
+impl_lang_expando!(Cpp, language_cpp, '𐀀');
191
// https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/lexical-structure#643-identifiers
192
// all letter number is accepted
193
// https://www.compart.com/en/unicode/category/Nl
0 commit comments