diff --git a/lua/themes/base-16.lua b/lua/themes/base-16.lua index f7c03460f..1e9d3beb9 100644 --- a/lua/themes/base-16.lua +++ b/lua/themes/base-16.lua @@ -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 = '' @@ -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' ---]]