vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit e678093a157261c611b5d412cbdd6ffcff2f06f3
parent 9050d88390b35f6a14a9470f1789668c21bef53a
Author: Randy Palamar <randy@rnpnr.xyz>
Date:   Tue, 30 Apr 2024 08:00:34 -0600

lua: uncomment list of lexer specific styles in default theme

Diffstat:
Mlua/themes/base-16.lua | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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' ---]]