diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2024-04-30 08:00:34 -0600 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2024-04-30 08:00:38 -0600 |
| commit | 675ab49ed928e4ae63363f77007ec6c99e91a51a (patch) | |
| tree | 627c27cf8c3b2b941fe1611be7c434e2edbc852c /lua/themes | |
| parent | 1d37e5c8930c7542855da0a864c02ee4fd88c092 (diff) | |
| download | vis-675ab49ed928e4ae63363f77007ec6c99e91a51a.tar.gz vis-675ab49ed928e4ae63363f77007ec6c99e91a51a.tar.xz | |
lua: uncomment list of lexer specific styles in default theme
Diffstat (limited to 'lua/themes')
| -rw-r--r-- | lua/themes/base-16.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/themes/base-16.lua b/lua/themes/base-16.lua index f7c0346..1e9d3be 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' ---]] |
