diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-09 20:10:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-09 20:10:39 -0400 |
| commit | 25d85a501d0e5fb8bd9a76376e3868713dd56fdb (patch) | |
| tree | 9ba81bb51b41d19284ba02ec1197ae81f31b263c /src/formatter | |
| parent | fb216e955f04a803f11953be27e76bd4d2c9e76d (diff) | |
| parent | d64dcab138a34d5f5105e08f0a840f7cb5a1d159 (diff) | |
Merge branch 'main' into table-colonstable-colons
Diffstat (limited to 'src/formatter')
| -rw-r--r-- | src/formatter/formatter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatter/formatter.c b/src/formatter/formatter.c index b68b3874..2c52aa63 100644 --- a/src/formatter/formatter.c +++ b/src/formatter/formatter.c @@ -54,7 +54,7 @@ PUREFUNC text_opts_t choose_text_options(ast_list_t *chunks) { } static bool starts_with_id(Text_t text) { - List_t codepoints = Text$utf32_codepoints(Text$slice(text, I_small(1), I_small(1))); + List_t codepoints = Text$utf32(Text$slice(text, I_small(1), I_small(1))); return uc_is_property_xid_continue(*(ucs4_t *)codepoints.data); } |
