Convert to UK English spelling (colourization, coloured)

Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-20 04:17:39 +00:00
co-authored by mikefarah
parent aa5134e645
commit c132c32731
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ func (te *tomlEncoder) colorizeToml(input []byte) []byte {
// Table sections - [section] or [[array]]
// Only treat '[' as a table section if it appears at the start of the line
// (possibly after whitespace). This avoids mis-coloring inline arrays like
// (possibly after whitespace). This avoids mis-colouring inline arrays like
// "ports = [8000, 8001]" as table sections.
if ch == '[' {
isSectionHeader := true