Skip to content

Commit

Permalink
Syntax: Apply changes from ST's Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Aug 10, 2023
1 parent 1889693 commit f93c6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions syntaxes/Markdown.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ contexts:
((?i:makefile))
{{fenced_code_block_trailing_infostring_characters}}
captures:
0: meta.code-fence.definition.begin.markdown-gfm
0: meta.code-fence.definition.begin.makefile.markdown-gfm
2: punctuation.definition.raw.code-fence.begin.markdown
5: constant.other.language-name.markdown
embed: scope:source.makefile
Expand All @@ -1360,7 +1360,7 @@ contexts:
source.makefile
escape: '{{fenced_code_block_escape}}'
escape_captures:
0: meta.code-fence.definition.end.markdown-gfm
0: meta.code-fence.definition.end.makefile.markdown-gfm
1: punctuation.definition.raw.code-fence.end.markdown
fenced-matlab:
Expand Down
4 changes: 2 additions & 2 deletions tests/syntax_test_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -1642,8 +1642,8 @@ for (var i = 0; i < 10; i++) {
| <- markup.raw.code-fence.makefile.markdown-gfm source.makefile
```
| <- meta.code-fence.definition.end.markdown-gfm punctuation.definition.raw.code-fence.end.markdown
|^^ meta.code-fence.definition.end.markdown-gfm punctuation.definition.raw.code-fence.end.markdown
| <- meta.code-fence.definition.end.makefile.markdown-gfm punctuation.definition.raw.code-fence.end.markdown
|^^ meta.code-fence.definition.end.makefile.markdown-gfm punctuation.definition.raw.code-fence.end.markdown

```matlab
Expand Down

0 comments on commit f93c6d3

Please sign in to comment.