Skip to content

Commit

Permalink
feat: recognize cursor as editor (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen authored Jan 15, 2025
1 parent 6a276e3 commit c675836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jbang/cli/Edit.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@CommandLine.Command(name = "edit", description = "Setup a temporary project to edit script in an IDE.")
public class Edit extends BaseCommand {

static String[] knownEditors = { "codium", "code", "eclipse", "idea", "netbeans" };
static String[] knownEditors = { "codium", "code", "cursor", "eclipse", "idea", "netbeans" };

@CommandLine.Mixin
ScriptMixin scriptMixin;
Expand Down

0 comments on commit c675836

Please sign in to comment.