Mercurial > ec-dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
738:687d9ee4a5c9 | 739:2cf87b7ca09a |
---|---|
1 if srcery#helper#ShouldAbort('python') | |
2 finish | |
3 endif | |
4 | |
5 " Python: {{{ | |
6 | |
7 hi! link pythonBuiltin SrceryYellow | |
8 hi! link pythonBuiltinObj SrceryYellow | |
9 hi! link pythonBuiltinFunc SrceryYellow | |
10 hi! link pythonFunction SrceryCyan | |
11 hi! link pythonDecorator SrceryRed | |
12 hi! link pythonInclude SrceryBlue | |
13 hi! link pythonImport SrceryBlue | |
14 hi! link pythonRun SrceryBlue | |
15 hi! link pythonCoding SrceryBlue | |
16 hi! link pythonOperator SrceryRed | |
17 hi! link pythonExceptions SrceryMagenta | |
18 hi! link pythonBoolean SrceryMagenta | |
19 hi! link pythonDot SrceryBrightWhite | |
20 | |
21 " }}} |