Skip to content

Commit

Permalink
Add highlight for CSS IDs when using Tree sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jun 13, 2024
1 parent 8fed243 commit ac80a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ local highlights = {
['@tag.css'] = { link = 'cssIdentifier' },
['@type.css'] = { link = 'cssClassName' },
['@variable.css'] = { link = 'cssCustomProp' },
['@constant.css'] = { link = 'cssTagName' },
-- Diffs
DiffAdd = { bg = light_green },
DiffChange = { bg = highlight },
Expand Down

0 comments on commit ac80a38

Please sign in to comment.