Skip to content

Commit e02c836

Browse files
committed
Update log syntax to match server response changes
1 parent ddba8dd commit e02c836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/omnisharplog.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ syn match oslCritical "^\[crit\]"ms=s+1,me=e-1 contained
1818
syn match oslEndpoint "^Request: .*$"hs=s+9
1919
syn match oslServerEndpoint "^Server \%(Request\|Response\): .*$"hs=s+16
2020

21-
syn region oslRequestResponse start="\*\{12\}\s\+\%(Request\|Response\)\s\+\*\{12\}" end="^}" transparent fold
21+
syn region oslRequestResponse start="\*\{12}\s\+\%(Request\|Response\)\%(\s(.\{-})\)\?\s\+\*\{12}" end="^}" transparent fold
2222

2323
hi def link oslName Comment
2424

0 commit comments

Comments
 (0)