From b1836625858168d0bb473e4b2142be43730d7a06 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Fri, 12 Jan 2024 16:34:18 +0000 Subject: [PATCH] fix: missing http keywords --- lua/northern/lang.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/northern/lang.lua b/lua/northern/lang.lua index 929f0d1..99754b1 100644 --- a/lua/northern/lang.lua +++ b/lua/northern/lang.lua @@ -22,6 +22,8 @@ L.http = { ["@text.uri.http"] = { fg = C.aurora.green, bg = C.none, underline = true }, ["@variable.http"] = { fg = C.aurora.green, bg = C.none, underline = true }, ["@parameter.http"] = { fg = C.aurora.green, bg = C.none, bold = true }, + ["@punctuation.delimiter.http"] = { fg = C.aurora.green, bg = C.none, bold = true }, + ["@field.http"] = { fg = C.aurora.green, bg = C.none, bold = true }, ["httpResult200"] = { fg = C.aurora.green, bg = C.none }, ["httpResult300"] = { fg = C.aurora.purple, bg = C.none }, ["httpResult400"] = { fg = C.aurora.orange, bg = C.none },