Skip to content

Commit

Permalink
Add additional html style tags to base-16.lua
Browse files Browse the repository at this point in the history
This closes #1196.
  • Loading branch information
jvvv authored Jul 5, 2024
1 parent a7aac10 commit 2dbe2ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/themes/base-16.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ lexers.STYLE_PSEUDOELEMENT = ''

-- HTML
lexers.STYLE_TAG_UNKNOWN = lexers.STYLE_TAG .. ',italics'
lexers.STYLE_TAG_SINGLE = lexers.STYLE_TAG
lexers.STYLE_TAG_DOCTYPE = lexers.STYLE_TAG .. ',bold'
lexers.STYLE_ATTRIBUTE_UNKNOWN = lexers.STYLE_ATTRIBUTE .. ',italics'

-- Latex, TeX, and Texinfo
Expand Down

0 comments on commit 2dbe2ca

Please sign in to comment.