Skip to content

Commit

Permalink
fix: missing http keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Cancelinha committed Jan 12, 2024
1 parent 33e17a9 commit b183662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/northern/lang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit b183662

Please sign in to comment.