Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion syntax/httpResult.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if exists("b:current_syntax") | finish | endif

syn match httpResultComment "\v^#.*$"
syn keyword httpResultTitle GET POST PATCH PUT HEAD DELETE nextgroup=httpResultPath
syn match httpResultPat /.*$/ contained
syn match httpResultPath /.*$/ contained

syn match httpResultField /^\(\w\)[^:]\+:/he=e-1
syn match httpResultDateField /^[Dd]ate:/he=e-1 nextgroup=httpResultDate
Expand Down