Skip to content

Commit 4c09754

Browse files
committed
Syntax: Fix typo
1 parent 0cd5b44 commit 4c09754

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

syntaxes/Markdown.sublime-syntax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ contexts:
561561
- include: block-quote-link-definitions
562562

563563
block-quote-footnote-definitions:
564-
# Mardown Extras Footnotes
564+
# Markdown Extras Footnotes
565565
- match: '([ \t]*)(\[)({{footnote_name}})(\])(:)'
566566
captures:
567567
2: punctuation.definition.reference.begin.markdown
@@ -3036,7 +3036,7 @@ contexts:
30363036
- include: link-definitions
30373037

30383038
footnote-definitions:
3039-
# Mardown Extras Footnotes
3039+
# Markdown Extras Footnotes
30403040
- match: '([ \t]*)(\[)({{footnote_name}})(\])(:)'
30413041
captures:
30423042
2: punctuation.definition.reference.begin.markdown
@@ -4017,7 +4017,7 @@ contexts:
40174017
3: punctuation.separator.path.markdown
40184018
4: punctuation.separator.path.markdown
40194019
5: punctuation.definition.link.end.markdown
4020-
# Github Flavoured Markdown
4020+
# GitHub Flavoured Markdown
40214021
- match: '[\w.+-]+(@)[\w-]+(?:\.(?:(?![._-][\W])[\w_-])+)+(?![_-])'
40224022
captures:
40234023
0: meta.link.email.markdown markup.underline.link.markdown
@@ -4031,7 +4031,7 @@ contexts:
40314031
push:
40324032
- autolink-inet-angled-content
40334033
- link-url-scheme-separator
4034-
# Github Flavoured Markdown
4034+
# GitHub Flavoured Markdown
40354035
# After a valid domain, zero or more non-space non-< characters may follow
40364036
# https://github.github.com/gfm/#autolinks-extension-
40374037
- match: (?:(?:https|http|ftp)(://)|www\.)[\w-]+
@@ -4369,7 +4369,7 @@ contexts:
43694369
captures:
43704370
1: punctuation.section.div.begin.markdown
43714371
push:
4372-
- fenced-div-puncuation
4372+
- fenced-div-punctuation
43734373
- fenced-div-attr
43744374

43754375
fenced-div-attr:
@@ -4384,7 +4384,7 @@ contexts:
43844384
- tag-attr-name
43854385
- match: else-pop
43864386

4387-
fenced-div-puncuation:
4387+
fenced-div-punctuation:
43884388
- meta_include_prototype: false
43894389
- meta_scope: meta.div.markdown
43904390
- match: ':+'

0 commit comments

Comments
 (0)