aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/ft_to_ext.lua
blob: 7c6e1958f99b284ef4992a8641223ed26b3dd7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
  elixir = "ex",
  graphql = "gql",
  javascript = "js",
  javascriptreact = "jsx",
  markdown = "md",
  perl = "pl",
  python = "py",
  ruby = "rb",
  rust = "rs",
  typescript = "ts",
  typescriptreact = "tsx",
}