File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -107,18 +107,6 @@ color-regexp = "[0-9]{4}-[0-9]?[0-9]-[0-9]?[0-9]" #0000ff bo
107
107
108
108
color-regexp = "-?[0-9]+(.[0-9]+)?%" #ff00ff bold
109
109
110
- # *bold*
111
-
112
- color-regexp = "\*[^*]+\*" #ffff00 bold
113
-
114
- # _underline_
115
-
116
- color-regexp = "_[^_]+_" #ffff00 underline
117
-
118
- # /italic/ , commented as interferes with file path and URI
119
-
120
- #color-regexp = "/[^/]+/" #ffff00 italic
121
-
122
110
# by default polls uses that
123
111
124
112
color-regexp = "⯀" green bold
@@ -135,7 +123,7 @@ color-regexp = "[012][0-9]:[0123456][0-9]" cyan bold
135
123
136
124
# mentions
137
125
138
- color-regexp = "@[a-zA-Z0-9]+ " cyan
126
+ color-regexp = "@[^\s]+ " cyan
139
127
140
128
# gemini colorization
141
129
@@ -167,6 +155,18 @@ color-regexp = ":aborted" red
167
155
168
156
color-regexp = ":rendering" cyan
169
157
158
+ # _underline_
159
+
160
+ color-regexp = "_[^_]+_" #ffff00 underline
161
+
162
+ # *bold*
163
+
164
+ color-regexp = "\*[^*]+\*" #ffff00 bold
165
+
166
+ # /italic/ , commented as interferes with file path and URI
167
+
168
+ #color-regexp = "/[^/]+/" #ffff00 italic
169
+
170
170
# The width of the generated table of contents for gemini pages when
171
171
# tinmop is ran as exclusive gemini client (command line option "-G")
172
172
Original file line number Diff line number Diff line change 121
121
(label-subject-raw (_ " Subject: " ))
122
122
(label-visibility-raw (_ " Visibility: " ))
123
123
(label-reply-length-raw (length label-reply-raw))
124
- (label-mentions-length-raw (length label-mentions-raw))
124
+ (label-mentions-length-raw (length label-mentions-raw))
125
125
(label-subject-raw-length (length label-subject-raw))
126
126
(label-visibility-raw-length (length label-visibility-raw))
127
127
(max-field-length (max label-reply-length-raw
You can’t perform that action at this time.
0 commit comments