Skip to content

Commit

Permalink
chore: highlight for builtin tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jun 16, 2024
1 parent 9697dc8 commit c88388b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nordic/colors/syntax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,5 +385,6 @@ return function(c, s, cs)
{ '@text.strike', c.dark_white, c.none, s.strikethrough },
{ '@text.literal', c.cyan },
{ '@string.escape', c.grayish },
{ '@tag.builtin', c.cyan },
}
end

0 comments on commit c88388b

Please sign in to comment.