Skip to content

Commit 0e3fea3

Browse files
authored
Merge pull request #3492 from raimon49/support-highlighting-mark-in-comments
[vim] Support highlighting 'MARK' in comments
2 parents 2bf1913 + 65ae9cc commit 0e3fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/vim/syntax/swift.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ syn region swiftPreprocFalse start="^\s*#\<if\>\s\+\<false\>" end="^\s*#\(\<else
155155

156156
syn match swiftAttribute /@\<\w\+\>/ skipwhite nextgroup=swiftType
157157

158-
syn keyword swiftTodo TODO FIXME contained
158+
syn keyword swiftTodo MARK TODO FIXME contained
159159

160160
syn match swiftCastOp "\<is\>" skipwhite nextgroup=swiftType
161161
syn match swiftCastOp "\<as\>[!?]\?" skipwhite nextgroup=swiftType

0 commit comments

Comments
 (0)