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