diff --git a/lua/northern/lang.lua b/lua/northern/lang.lua index 99754b1..be793cf 100644 --- a/lua/northern/lang.lua +++ b/lua/northern/lang.lua @@ -16,14 +16,14 @@ L.clang = { L.http = { ["@constant.http"] = { fg = C.aurora.yellow, bg = C.none, bold = true }, + ["@field.http"] = { fg = C.aurora.green, bg = C.none, bold = true }, ["@keyword.http"] = { fg = C.aurora.green, bg = C.none, bold = true }, ["@operator.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 }, ["@string.http"] = { fg = C.aurora.green, bg = C.none, underline = true }, ["@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 }, @@ -119,6 +119,7 @@ L.go = { ["@lsp.type.type.go"] = { fg = C.frost.light_blue, bg = C.none }, ["@lsp.type.typeParameter.go"] = { fg = C.aurora.yellow, bg = C.none }, ["@lsp.type.variable.go"] = { fg = C.fg, bg = C.none }, + ["@lsp.type.string.go"] = { fg = C.aurora.green, bg = C.none }, ["@lsp.typemod.function.definition.go"] = { fg = C.frost.turquoise, bg = C.none }, ["@lsp.typemod.method.definition.go"] = { fg = C.frost.turquoise, bg = C.none }, ["@lsp.typemod.parameter.definition.go"] = { fg = C.fg, bg = C.none }, @@ -205,7 +206,7 @@ L.markdown = { ["@punctuation.delimiter.markdown"] = { fg = C.aurora.yellow, bg = C.none }, ["@punctuation.delimiter.markdown_inline"] = { fg = C.aurora.yellow, bg = C.none }, ["@punctuation.special.markdown"] = { fg = C.aurora.yellow, bg = C.none }, - ["@spell.markdown"] = { fg = C.fg, bg = C.none, italic = true }, + ["@spell.markdown"] = { fg = C.fg, bg = C.none }, ["@text.emphasis.markdown_inline"] = { fg = C.frost.light_blue, bg = C.none, italic = true }, ["@text.literal.block.markdown"] = { fg = C.aurora.green, bg = C.none }, ["@text.literal.markdown_inline"] = { fg = C.aurora.green, bg = C.none },