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