aboutsummaryrefslogtreecommitdiff
path: root/.vim/syntax/neomake/python.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/syntax/neomake/python.vim')
-rw-r--r--.vim/syntax/neomake/python.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/.vim/syntax/neomake/python.vim b/.vim/syntax/neomake/python.vim
deleted file mode 100644
index c5f040e..0000000
--- a/.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