Skip to content

Commit a7ba255

Browse files
committed
Feat(Huge, WIP): Skript Integration For Editor.
1 parent 552680a commit a7ba255

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/redxax/oxy/remotely/ui/settings/controllers/ServerExtraSettingsController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ private String detectLanguage(String fileName) {
122122
if (n.endsWith(".yml") || n.endsWith(".yaml")) return "yaml";
123123
if (n.endsWith(".properties")) return "properties";
124124
if (n.endsWith(".json")) return "json";
125+
if (n.endsWith(".sk")) return "skript";
125126
return "plain";
126127
}
127128
}

0 commit comments

Comments
 (0)