mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Minor formatting changes to unicode stuff
This commit is contained in:
@@ -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
Reference in New Issue
Block a user