Minor formatting changes to unicode stuff

This commit is contained in:
gingerBill
2024-06-18 12:53:56 +01:00
parent 02cd53d42c
commit 3d9db56410
2 changed files with 2411 additions and 2410 deletions

View File

@@ -239,7 +239,8 @@ is_enclosing_mark :: proc(r: rune) -> bool {
0x1ABE,
0x20DD ..= 0x20E0,
0x20E2 ..= 0x20E4,
0xA670 ..= 0xA672: return true
0xA670 ..= 0xA672:
return true
}
return false

File diff suppressed because it is too large Load Diff