Created
December 13, 2021 10:25
-
-
Save notiv-nt/bccfb351d1b7478c6ee92b7bffbb9f1b to your computer and use it in GitHub Desktop.
editor.unicodeHighlight.allowedCharacters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"editor.unicodeHighlight.allowedCharacters": { | |
"б": true, | |
"о": true, | |
"е": true, | |
"Ѕ": true, | |
"І": true, | |
"Ј": true, | |
"А": true, | |
"В": true, | |
"Е": true, | |
"З": true, | |
"К": true, | |
"М": true, | |
"Н": true, | |
"О": true, | |
"Р": true, | |
"С": true, | |
"Т": true, | |
"У": true, | |
"Х": true, | |
"Ь": true, | |
"а": true, | |
"г": true, | |
"р": true, | |
"с": true, | |
"у": true, | |
"х": true, | |
"ѕ": true, | |
"і": true, | |
"ј": true, | |
"ѡ": true, | |
"Ѵ": true, | |
"ѵ": true, | |
"Ү": true, | |
"ү": true, | |
"һ": true, | |
"ҽ": true, | |
"Ӏ": true, | |
"ӏ": true, | |
"Ӡ": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment