aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftdetect')
-rw-r--r--nvim/ftdetect/astro.lua5
-rw-r--r--nvim/ftdetect/haxe.vim1
2 files changed, 6 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"
+ }
+})
diff --git a/nvim/ftdetect/haxe.vim b/nvim/ftdetect/haxe.vim
new file mode 100644
index 0000000..a492c36
--- /dev/null
+++ b/nvim/ftdetect/haxe.vim
@@ -0,0 +1 @@
+autocmd BufNewFile,BufRead *.hx setf haxe