diff options
Diffstat (limited to 'nvim/ftdetect/haxe.vim')
| -rw-r--r-- | nvim/ftdetect/haxe.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |