Skip to content

Commit 03f65c7

Browse files
author
Keith Smiley
authored
Merge pull request #114 from codelahoma/patch-1
Prevent swiftComment match from hiding region end
2 parents 06ece0e + 0108c38 commit 03f65c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/swift.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ syntax keyword swiftPreprocessor
241241
syntax match swiftComment "\v\/\/.*$"
242242
\ contains=swiftTodos,swiftDocString,swiftMarker,@Spell oneline
243243
syntax region swiftComment start="/\*" end="\*/"
244-
\ contains=swiftTodos,swiftDocString,swiftMarker,swiftComment,@Spell fold
244+
\ contains=swiftTodos,swiftDocString,swiftMarker,@Spell fold
245245

246246

247247
" Set highlights

0 commit comments

Comments
 (0)