Skip to content

Commit

Permalink
Add "jump to error" for C3
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jul 29, 2024
1 parent f7593ab commit f7a5476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ func (e *Editor) BuildOrExport(c *vt100.Canvas, tty *vt100.TTY, status *StatusBa

errorMarker := "error:"
switch e.mode {
case mode.Crystal, mode.ObjectPascal, mode.StandardML, mode.Python:
case mode.C3, mode.Crystal, mode.ObjectPascal, mode.StandardML, mode.Python:
errorMarker = "Error:"
case mode.Dart:
errorMarker = ": Error: "
Expand Down

0 comments on commit f7a5476

Please sign in to comment.