Skip to content

Commit e8a101c

Browse files
committed
Add some todo keyword
1 parent 84843df commit e8a101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/php.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ syn keyword phpObjectOperator contained new
19961996
syn keyword phpObjectOperator contained clone
19971997

19981998
" Todo
1999-
syn keyword phpTodo contained todo fixme xxx containedin=phpComment
1999+
syn keyword phpTodo contained todo fixme xxx note debug notice containedin=phpComment
20002000

20012001
" Parent
20022002
if s:strict_blocks

0 commit comments

Comments
 (0)