aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect/filetype.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/filetype.lua')
-rw-r--r--ftdetect/filetype.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftdetect/filetype.lua b/ftdetect/filetype.lua
new file mode 100644
index 0000000..28123b6
--- /dev/null
+++ b/ftdetect/filetype.lua
@@ -0,0 +1,5 @@
+vim.filetype.add({
+ extension = {
+ fountain = "fountain",
+ },
+})