aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/haxe.vim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/haxe.vim')
-rw-r--r--dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/haxe.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/haxe.vim b/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/haxe.vim
deleted file mode 100644
index 9fd07ec..0000000
--- a/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/haxe.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" vim: ts=4 sw=4 et
-
-function! neomake#makers#ft#haxe#EnabledMakers() abort
- return ['haxe']
-endfunction
-
-function! neomake#makers#ft#haxe#haxe() abort
- return {
- \ 'errorformat': '%E%f:%l: characters %c-%n : %m'
- \ }
-endfunction