Skip to content

Commit

Permalink
lua: uncomment list of lexer specific styles in default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rnpnr committed Apr 30, 2024
1 parent 1d37e5c commit 675ab49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/themes/base-16.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ lexers.STYLE_ADDITION = 'fore:green'
lexers.STYLE_DELETION = 'fore:red'
lexers.STYLE_CHANGE = 'fore:yellow'

--[[
-- CSS
lexers.STYLE_PROPERTY = lexers.STYLE_ATTRIBUTE
lexers.STYLE_PSEUDOCLASS = ''
Expand Down Expand Up @@ -154,4 +153,3 @@ lexers.STYLE_TAGGED = lexers.STYLE_EMBEDDED
lexers.STYLE_TAGGED_AREA = lexers.STYLE_EMBEDDED
lexers.STYLE_TABLE_SEP = 'fore:green'
lexers.STYLE_HEADER_CELL_CONTENT = 'fore:green'
--]]

0 comments on commit 675ab49

Please sign in to comment.