Skip to content

Commit aa9b0be

Browse files
committed
FIX: Split FIXME, TODO, XXX
1 parent ef78f29 commit aa9b0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/python.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ syn match pythonDot '\.' display containedin=pythonDottedName
145145
" Comments
146146
"
147147

148-
syn match pythonComment '#.*$' display contains=pythonTodo,@Spell
148+
syn match pythonComment '#.*$' display contains=pythonTodo,pythonFixme,pythonXXX,@Spell
149149
if !s:Enabled('g:python_highlight_file_headers_as_comments')
150150
syn match pythonRun '\%^#!.*$'
151151
syn match pythonCoding '\%^.*\%(\n.*\)\?#.*coding[:=]\s*[0-9A-Za-z-_.]\+.*$'

0 commit comments

Comments
 (0)