We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d949d commit 5bd5713Copy full SHA for 5bd5713
syntax/httpResult.vim
@@ -2,7 +2,7 @@ if exists("b:current_syntax") | finish | endif
2
3
syn match httpResultComment "\v^#.*$"
4
syn keyword httpResultTitle GET POST PATCH PUT HEAD DELETE nextgroup=httpResultPath
5
-syn match httpResultPat /.*$/ contained
+syn match httpResultPath /.*$/ contained
6
7
syn match httpResultField /^\(\w\)[^:]\+:/he=e-1
8
syn match httpResultDateField /^[Dd]ate:/he=e-1 nextgroup=httpResultDate
0 commit comments