export const scopes = [
  "js",
  "ts",
  "svelte",
  "html",
  "css",
  "json",
  "jsonc",
  "yml",
] as const;

export { optional } from "./optional";
export { tree } from "./tree";
