Update language-configuration.json(fix #215999) (#216394)

Update language-configuration.json

add "~" in surroundingPairs
This commit is contained in:
y0sh1ne 2024-06-20 02:24:44 +09:00 committed by GitHub
parent d662a014f4
commit 0a8e930a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,10 @@
[
"<",
">"
],
[
"~",
"~"
]
],
"folding": {