1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-15 23:39:27 +08:00
SpaceVim/bundle/neomake/syntax/neomake/python.vim
2020-06-13 14:06:35 +08:00

9 lines
347 B
VimL

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