Skip to content

Commit 4188885

Browse files
committed
colour Python code more conservatively
1 parent d70f5fb commit 4188885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

after/syntax/python.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
" Language: Colorful CSS Color Preview
22
" Author: DanCardin <[email protected]>
3+
" Author: Aristotle Pagaltzis <[email protected]>
34

4-
call css_color#init('css', 'extended', 'pythonComment,pythonString')
5+
call css_color#init('hex', 'none', 'pythonComment,pythonString')

0 commit comments

Comments
 (0)