Skip to content

Commit 0d3597f

Browse files
committed
more cleanup
1 parent 6139ff2 commit 0d3597f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/python.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ syn match pythonDot '\.' display containedin=pythonDottedName
133133
"
134134
" Comments
135135
"
136+
136137
syn match pythonComment '#.*$' display contains=pythonTodo,@Spell
137138
if !s:Enabled('g:python_highlight_file_headers_as_comments')
138139
syn match pythonRun '\%^#!.*$'

0 commit comments

Comments
 (0)