Skip to content

Commit

Permalink
Merge pull request #4 from fcancelinha/develop
Browse files Browse the repository at this point in the history
chore(go): method call color
  • Loading branch information
Filipe Cancelinha authored Oct 17, 2023
2 parents bc2d8ab + 330e37d commit 1560c9c
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 @@ -76,6 +76,8 @@ L.go = {
["@lsp.type.variable.go"] = { fg = C.fg, bg = C.none },
["@lsp.type.typeParameter.go"] = { fg = C.aurora.yellow, bg = C.none },
["@lsp.type.operator.go"] = { fg = C.aurora.yellow, bg = C.none },
["@lsp.type.function.go"] = { fg = C.frost.sea, bg = C.none },
["@method.call.go"] = { fg = C.frost.turquoise, bg = C.none },
["@lsp.typemod.typeParameter.definition.go"] = { fg = C.aurora.yellow, bg = C.none },
["@lsp.typemod.function.definition.go"] = { fg = C.frost.turquoise, bg = C.none },
["@lsp.typemod.parameter.definition.go"] = { fg = C.fg, bg = C.none },
Expand Down

0 comments on commit 1560c9c

Please sign in to comment.