From d734f9904bbe0ba33dd86083e44d89cf2da3cbb2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 1 May 2025 22:59:31 +0300 Subject: implemented email and git lexer folding --- lib/lexers/git.tes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/lexers/git.tes') diff --git a/lib/lexers/git.tes b/lib/lexers/git.tes index 8495f12..491ec1e 100644 --- a/lib/lexers/git.tes +++ b/lib/lexers/git.tes @@ -18,6 +18,13 @@ :M[color.comment],1M[color.set] J< .-Z"= 1; ' - 0A-#"= ESSTARTSTYLING 1,(Q.lESLINELENGTH)ESSETSTYLING ' + 0A-#"= + ESSTARTSTYLING 1,(Q.lESLINELENGTH)ESSETSTYLING + + !* only the first line gets the fold level header *! + -2ESGETSTYLEINDEXAT-1"N 1024#(2^*13) | 1025 ',Q.lESSETFOLDLEVEL + ' + !* empty line *! + 0A-10"= 1024#(2^*12),Q.lESSETFOLDLEVEL ' :L; %.l> ]:} -- cgit v1.2.3