vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a3a42d24b5bb448f4214edadd88a2e131928d739 parent 1fd71ceb6d9d7bf9c7db3547eb3c1a956d81cb38 Author: jvvv <jvogel4@stny.rr.com> Date: Thu, 4 Jul 2024 22:55:36 -0400 Add additional html style tags to base-16.lua This closes https://github.com/martanne/vis/issues/1196. Diffstat:
| M | lua/themes/base-16.lua | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lua/themes/base-16.lua b/lua/themes/base-16.lua @@ -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