Skip to content

Commit

Permalink
chore: highlight conflict with semantic tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Cancelinha committed Feb 4, 2024
1 parent 713f183 commit f3efe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/northern/lang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ L.go = {
["@lsp.mod.defaultLibrary.go"] = { fg = C.frost.blue, bg = C.none },
["@lsp.mod.definition.go"] = { fg = C.aurora.yellow, bg = C.none },
["@lsp.mod.readonly.go"] = { fg = C.frost.blue, bg = C.none },
["@lsp.type.function.go"] = { fg = C.frost.sea, bg = C.none },
["@lsp.type.function.go"] = { fg = C.frost.turquoise, bg = C.none },
["@lsp.type.keyword.go"] = { fg = C.frost.light_blue, bg = C.none },
["@lsp.type.namespace.go"] = { fg = C.fc, bg = C.none },
["@lsp.type.operator.go"] = { fg = C.aurora.yellow, bg = C.none },
Expand Down

0 comments on commit f3efe68

Please sign in to comment.