src.elv.sh/pkg/edit/highlight.region.begin (field)

9 uses

	src.elv.sh/pkg/edit/highlight (current package)
		highlight.go#L65: 		if r.begin > lastEnd {
		highlight.go#L67: 			text = append(text, &ui.Segment{Text: code[lastEnd:r.begin]})
		highlight.go#L70: 		regionCode := code[r.begin:r.end]
		regions.go#L15: 	begin int
		regions.go#L82: 		if regions[i].begin < regions[j].begin {
		regions.go#L85: 		if regions[i].begin == regions[j].begin {
		regions.go#L94: 		if r.begin < lastEnd {