From dd2d0175026c5940c81cb748a631e586a0635eba Mon Sep 17 00:00:00 2001 From: attilagyongyosi Date: Thu, 2 Dec 2021 22:20:35 +0000 Subject: [PATCH] fix: updating syntax highlighting of headers after httpyac regex change --- syntaxes/http.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/http.tmLanguage.json b/syntaxes/http.tmLanguage.json index 3627a39..96ec379 100644 --- a/syntaxes/http.tmLanguage.json +++ b/syntaxes/http.tmLanguage.json @@ -147,7 +147,7 @@ "name": "string.other.http" } }, - "match": "^\\s*([\\w\\-]+)\\s*(\\:)\\s*(.*?)\\s*$", + "match": "^\\s*([!#$%&'*+\\-.^_`|~0-9A-Za-z]+)\\s*(\\:)\\s*(.*?)\\s*$", "name": "http.headers" }, {