Skip to content

Commit d6b74ed

Browse files
committed
Merge branch 'st4-develop'
2 parents 9e96fa6 + 073708a commit d6b74ed

16 files changed

Lines changed: 196 additions & 21 deletions

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"3.0.6": "messages/3.0.6.md",
3636
"3.0.7": "messages/3.0.7.md",
3737
"3.1.0": "messages/3.1.0.md",
38-
"3.1.1": "messages/3.1.1.md"
38+
"3.1.1": "messages/3.1.1.md",
39+
"3.1.2": "messages/3.1.2.md"
3940
}

messages/3.1.2.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MarkdownEditing 3.1.2 Changelog
2+
3+
Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of
4+
feedback you can use [GitHub issues][issues].
5+
6+
## Bug Fixes
7+
8+
* fix strikethrough visibility with `line_highlight`
9+
* don't add symbols of fenced code blocks to symbol list
10+
* fix interactive shell highlighting in fenced code blocks
11+
12+
## New Features
13+
14+
## Changes
15+
16+
* MardownEditings color schemes now underline link urls (fixes #685)
17+
18+
[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues

plugins/references.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ def on_query_completions(self, _, locations):
932932
sublime.INHIBIT_WORD_COMPLETIONS | sublime.INHIBIT_EXPLICIT_COMPLETIONS,
933933
)
934934

935-
936935
else:
937936

938937
class MdeReferenceCompletionsProvider(MdeViewEventListener):

schemes/Mariana.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{
6464
"name": "Markdown: Striked Punctuations",
6565
"scope": "text.html.markdown markup.strikethrough & (punctuation.definition | punctuation.separator | punctuation.definition.strikethrough | punctuation.definition.constant | punctuation.definition.image | punctuation.definition.link | punctuation.definition.metadata | markup.bold punctuation.definition.bold | markup.italic punctuation.definition.italic | string punctuation.definition.string)",
66-
"foreground": "var(blue2)",
66+
"foreground": "var(blue6)",
6767
"font_style": ""
6868
},
6969
{

schemes/MarkdownEditor-ArcDark.sublime-color-scheme

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,19 @@
265265
"scope": "markup.underline.link, constant.other.reference.link",
266266
"foreground": "#555555"
267267
},
268+
{
269+
"name": "Markdown: Link URL Separators",
270+
"scope": "markup.underline.link punctuation.separator",
271+
"foreground": "#555555"
272+
},
268273
{
269274
"name": "Markup: Plain Link",
270-
"scope": "meta.link.inet markup.underline.link, meta.link.email.lt-gt markup.underline.link",
275+
"scope": "meta.link.inet markup.underline.link, meta.link.email markup.underline.link",
276+
"foreground": "#bbbb77"
277+
},
278+
{
279+
"name": "Markdown: Plain Link Separators",
280+
"scope": "meta.link.inet markup.underline.link punctuation.separator, meta.link.email markup.underline.link punctuation.separator",
271281
"foreground": "#bbbb77"
272282
},
273283
{
@@ -350,6 +360,11 @@
350360
"scope": "markup.strikethrough markup.kbd.content",
351361
"foreground": "#484848"
352362
},
363+
{
364+
"name": "Markdown: Underline",
365+
"scope": "markup.underline",
366+
"font_style": "underline"
367+
},
353368

354369
//
355370
// Markups

schemes/MarkdownEditor-Dark.sublime-color-scheme

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,19 @@
273273
"foreground": "#555555",
274274
"background": "#171717"
275275
},
276+
{
277+
"name": "Markdown: Link URL Separators",
278+
"scope": "markup.underline.link punctuation.separator",
279+
"foreground": "#555555"
280+
},
276281
{
277282
"name": "Markdown: Plain Link",
278-
"scope": "meta.link.inet markup.underline.link, meta.link.email.lt-gt markup.underline.link",
283+
"scope": "meta.link.inet markup.underline.link, meta.link.email markup.underline.link",
284+
"foreground": "#bbbb77"
285+
},
286+
{
287+
"name": "Markdown: Plain Link Separators",
288+
"scope": "meta.link.inet markup.underline.link punctuation.separator, meta.link.email markup.underline.link punctuation.separator",
279289
"foreground": "#bbbb77"
280290
},
281291
{
@@ -362,6 +372,11 @@
362372
"foreground": "#484848",
363373
"background": "#222222"
364374
},
375+
{
376+
"name": "Markdown: Underline",
377+
"scope": "markup.underline",
378+
"font_style": "underline"
379+
},
365380

366381
//
367382
// Markups

schemes/MarkdownEditor-Focus.sublime-color-scheme

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,19 @@
294294
"scope": "markup.underline.link, constant.other.reference.link",
295295
"foreground": "#AAAAAA"
296296
},
297+
{
298+
"name": "Markdown: Link URL Separators",
299+
"scope": "markup.underline.link punctuation.separator",
300+
"foreground": "#AAAAAA"
301+
},
297302
{
298303
"name": "Markdown: Plain Link",
299-
"scope": "meta.link.inet markup.underline.link, meta.link.email.lt-gt markup.underline.link",
304+
"scope": "meta.link.inet markup.underline.link, meta.link.email markup.underline.link",
305+
"foreground": "#444488"
306+
},
307+
{
308+
"name": "Markdown: Plain Link Separators",
309+
"scope": "meta.link.inet markup.underline.link punctuation.separator, meta.link.email markup.underline.link punctuation.separator",
300310
"foreground": "#444488"
301311
},
302312
{
@@ -381,6 +391,11 @@
381391
"foreground": "#aaaaaa",
382392
"background": "#cccccc"
383393
},
394+
{
395+
"name": "Markdown: Underline",
396+
"scope": "markup.underline",
397+
"font_style": "underline"
398+
},
384399

385400
//
386401
// Markups

schemes/MarkdownEditor-Yellow.sublime-color-scheme

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,19 @@
271271
"scope": "markup.underline.link, constant.other.reference.link",
272272
"foreground": "#b7a884"
273273
},
274+
{
275+
"name": "Markdown: Link URL Separators",
276+
"scope": "markup.underline.link punctuation.separator",
277+
"foreground": "#b7a884"
278+
},
274279
{
275280
"name": "Markdown: Plain Link",
276-
"scope": "meta.link.inet markup.underline.link, meta.link.email.lt-gt markup.underline.link",
281+
"scope": "meta.link.inet markup.underline.link, meta.link.email markup.underline.link",
282+
"foreground": "#624369"
283+
},
284+
{
285+
"name": "Markdown: Plain Link Separators",
286+
"scope": "meta.link.inet markup.underline.link punctuation.separator, meta.link.email markup.underline.link punctuation.separator",
277287
"foreground": "#624369"
278288
},
279289
{
@@ -360,6 +370,11 @@
360370
"foreground": "#c2b58e",
361371
"background": "#e2daab"
362372
},
373+
{
374+
"name": "Markdown: Underline",
375+
"scope": "markup.underline",
376+
"font_style": "underline"
377+
},
363378

364379
//
365380
// Markups

schemes/MarkdownEditor.sublime-color-scheme

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,19 @@
271271
"scope": "markup.underline.link, constant.other.reference.link",
272272
"foreground": "#AAAAAA"
273273
},
274+
{
275+
"name": "Markdown: Link URL Separators",
276+
"scope": "markup.underline.link punctuation.separator",
277+
"foreground": "#AAAAAA"
278+
},
274279
{
275280
"name": "Markdown: Plain Link",
276-
"scope": "meta.link.inet markup.underline.link, meta.link.email.lt-gt markup.underline.link",
281+
"scope": "meta.link.inet markup.underline.link, meta.link.email markup.underline.link",
282+
"foreground": "#444488"
283+
},
284+
{
285+
"name": "Markdown: Plain Link Separators",
286+
"scope": "meta.link.inet markup.underline.link punctuation.separator, meta.link.email markup.underline.link punctuation.separator",
277287
"foreground": "#444488"
278288
},
279289
{
@@ -359,6 +369,11 @@
359369
"foreground": "#B7B7B7",
360370
"background": "#E6E6E6"
361371
},
372+
{
373+
"name": "Markdown: Underline",
374+
"scope": "markup.underline",
375+
"font_style": "underline"
376+
},
362377

363378
//
364379
// Markups

schemes/Monokai.sublime-color-scheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
{
5858
"name": "Markdown: Striked Content",
5959
"scope": "text.html.markdown markup.strikethrough, text.html.markdown markup.strikethrough string",
60-
"foreground": "var(grey)",
60+
"foreground": "var(yellow5)",
6161
"font_style": ""
6262
},
6363
{
6464
"name": "Markdown: Striked Punctuations",
6565
"scope": "text.html.markdown markup.strikethrough & (punctuation.definition | punctuation.separator | punctuation.definition.strikethrough | punctuation.definition.constant | punctuation.definition.image | punctuation.definition.link | punctuation.definition.metadata | punctuation.definition.bold | punctuation.definition.italic | punctuation.definition.string)",
66-
"foreground": "var(grey)",
66+
"foreground": "var(yellow5)",
6767
"font_style": ""
6868
},
6969
{
7070
"name": "Markdown: Striked URLs",
7171
"scope": "text.html.markdown markup.strikethrough & (markup.underline.link.markdown | markup.underline.link.image.markdown)",
72-
"foreground": "var(grey)"
72+
"foreground": "var(yellow5)",
7373
},
7474
{
7575
"name": "Markdown: Hard Line Breaks",

0 commit comments

Comments
 (0)