Skip to content

Commit 5bd5713

Browse files
fix: httpResultPath match (#245)
1 parent 35d949d commit 5bd5713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/httpResult.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if exists("b:current_syntax") | finish | endif
22

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

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

0 commit comments

Comments
 (0)