Skip to content

Commit

Permalink
Improving typescript try/catch default coloring.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelter committed Sep 2, 2023
1 parent 66345d0 commit c6e8771
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 c6e8771

Please sign in to comment.