Mercurial > ec-dotfiles
diff vendor/vim-packs/srcery-vim/after/syntax/python.vim @ 739:2cf87b7ca09a default tip
Update vendored stuff
author | nanaya <me@nanaya.net> |
---|---|
date | Thu, 09 Jan 2025 03:28:23 +0900 |
parents | 687d9ee4a5c9 |
children |
line wrap: on
line diff
--- a/vendor/vim-packs/srcery-vim/after/syntax/python.vim Thu Jan 09 03:22:45 2025 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -if srcery#helper#ShouldAbort('python') - finish -endif - -" Python: {{{ - -hi! link pythonBuiltin SrceryYellow -hi! link pythonBuiltinObj SrceryYellow -hi! link pythonBuiltinFunc SrceryYellow -hi! link pythonFunction SrceryCyan -hi! link pythonDecorator SrceryRed -hi! link pythonInclude SrceryBlue -hi! link pythonImport SrceryBlue -hi! link pythonRun SrceryBlue -hi! link pythonCoding SrceryBlue -hi! link pythonOperator SrceryRed -hi! link pythonExceptions SrceryMagenta -hi! link pythonBoolean SrceryMagenta -hi! link pythonDot SrceryBrightWhite - -" }}}