Skip to content

Commit

Permalink
Merge pull request #4 from hoelter/develop
Browse files Browse the repository at this point in the history
Improving typescript try/catch default coloring.
  • Loading branch information
hoelter committed Sep 2, 2023
2 parents 3697081 + c6e8771 commit c565d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nord/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ M.setup = function()
typescriptIndexExpr = { link = "NordFgArcticBlue9" },
-- typescriptProperty = { link = "NordFgArcticBlue9" },
typescriptUnaryOp = { link = "NordFgArcticBlue9" },
typescriptExceptions = { link = "NordFgArcticBlue9" },

vimAugroup = { link = "NordFgGreenBlue7" },
vimMapRhs = { link = "NordFgGreenBlue7" },
Expand Down

0 comments on commit c565d6f

Please sign in to comment.