mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Revert "Update dependencies"
This commit is contained in:
1
vendor/github.com/alecthomas/chroma/lexers/h/http.go
generated
vendored
1
vendor/github.com/alecthomas/chroma/lexers/h/http.go
generated
vendored
@@ -85,7 +85,6 @@ func (d *httpBodyContentTyper) Tokenise(options *TokeniseOptions, text string) (
|
||||
}
|
||||
case token.Type == Literal && isContentType:
|
||||
{
|
||||
isContentType = false
|
||||
contentType = strings.TrimSpace(token.Value)
|
||||
pos := strings.Index(contentType, ";")
|
||||
if pos > 0 {
|
||||
|
||||
Reference in New Issue
Block a user