diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-08 22:45:42 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-08 22:45:42 +0300 |
commit | edad78b3a1d2403fb499ebd0f99b1a962a447d1a (patch) | |
tree | c891d659b8ad3605f01dee0017120f95ac795087 /lib | |
parent | bdf35b89fe8d653847ab077d4183b71feebd48d2 (diff) | |
download | sciteco-edad78b3a1d2403fb499ebd0f99b1a962a447d1a.tar.gz |
Asciidoc, Markdown and Git lexers: enable word wrapping by default
These are all more or less plain text formats.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lexers/asciidoc.tes | 2 | ||||
-rw-r--r-- | lib/lexers/git.tes | 2 | ||||
-rw-r--r-- | lib/lexers/markdown.tes | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/lexers/asciidoc.tes b/lib/lexers/asciidoc.tes index cc58aa2..21df75a 100644 --- a/lib/lexers/asciidoc.tes +++ b/lib/lexers/asciidoc.tes @@ -6,6 +6,8 @@ } @[lexer.set.asciidoc]{ + 1ESSETWRAPMODE + ESSETILEXERasciidoc 1,1ESSTYLESETBOLD 1,2ESSTYLESETBOLD diff --git a/lib/lexers/git.tes b/lib/lexers/git.tes index d4c3aa2..8495f12 100644 --- a/lib/lexers/git.tes +++ b/lib/lexers/git.tes @@ -13,6 +13,8 @@ } @[lexer.set.git]{[: + 1ESSETWRAPMODE + :M[color.comment],1M[color.set] J< .-Z"= 1; ' diff --git a/lib/lexers/markdown.tes b/lib/lexers/markdown.tes index 9129d5f..1525471 100644 --- a/lib/lexers/markdown.tes +++ b/lib/lexers/markdown.tes @@ -6,6 +6,8 @@ } @[lexer.set.markdown]{ + 1ESSETWRAPMODE + ESSETILEXERmarkdown 1,2ESSTYLESETBOLD 1,3ESSTYLESETBOLD |