Skip to content

Commit 348664e

Browse files
fix: change expando char to even less common one
1 parent 3aee799 commit 348664e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/language/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ macro_rules! impl_aliases {
186186

187187
/* Customized Language with expando_char / pre_process_pattern */
188188
// https://en.cppreference.com/w/cpp/language/identifiers
189-
impl_lang_expando!(C, language_c, 'µ');
190-
impl_lang_expando!(Cpp, language_cpp, 'µ');
189+
impl_lang_expando!(C, language_c, '𐀀');
190+
impl_lang_expando!(Cpp, language_cpp, '𐀀');
191191
// https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/lexical-structure#643-identifiers
192192
// all letter number is accepted
193193
// https://www.compart.com/en/unicode/category/Nl

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy