aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/ft_to_ext.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/ft_to_ext.lua')
-rw-r--r--lua/conform/ft_to_ext.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/conform/ft_to_ext.lua b/lua/conform/ft_to_ext.lua
new file mode 100644
index 0000000..7c6e195
--- /dev/null
+++ b/lua/conform/ft_to_ext.lua
@@ -0,0 +1,13 @@
+return {
+ elixir = "ex",
+ graphql = "gql",
+ javascript = "js",
+ javascriptreact = "jsx",
+ markdown = "md",
+ perl = "pl",
+ python = "py",
+ ruby = "rb",
+ rust = "rs",
+ typescript = "ts",
+ typescriptreact = "tsx",
+}