import ts from "./ts";
import svelte from "./svelte";
import html from "./html";
import css from "./css";
import json from "./json";
import yml from "./yml";

export default {
  ts,
  svelte,
  html,
  css,
  json,
  yml,
};
