Skip to content

Commit

Permalink
fix: httpResultPath match (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsin-Ul-Islam committed Oct 9, 2023
1 parent 35d949d commit 5bd5713
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5bd5713

Please sign in to comment.