aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.vim/syntax/neomake/python.vim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.vim/syntax/neomake/python.vim')
-rw-r--r--dotfiles/.vim/syntax/neomake/python.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/dotfiles/.vim/syntax/neomake/python.vim b/dotfiles/.vim/syntax/neomake/python.vim
deleted file mode 100644
index c5f040e..0000000
--- a/dotfiles/.vim/syntax/neomake/python.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-syntax match neomakePythonLint "[EWFC]\d\+" containedin=ALL
-
-syntax keyword neomakePyLamaNames pycodestyle pydocstyle pyflakes mccabe pylint radon gjslint
-syntax match neomakePyLamaLinter "\[\k\+]" contains=neomakePyLamaNames
-
-highlight default link neomakePythonLint ErrorMsg
-highlight default link neomakePyLamaNames Special
-" vim: ts=4 sw=4 et