Skip to content

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
BTWS2 authored and thepieterdc committed Nov 24, 2021
1 parent afddb51 commit 9fd29d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public enum DodonaFileType {
JAVA("java"),
JAVASCRIPT("js"),
PROLOG("pl"),
PYTHON("py");
PYTHON("py"),
SQL("sql");

private final String extension;
private final FileType fileType;
Expand Down

0 comments on commit 9fd29d9

Please sign in to comment.