mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-15 23:39:27 +08:00
9 lines
347 B
VimL
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
|