Skip to content

Commit 560dc3f

Browse files
committed
Syntax: Fix Terraform highlighting in fenced code blocks
1 parent 5ca3c4b commit 560dc3f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

messages/next.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ feedback you can use [GitHub issues][issues].
55

66
## Bug Fixes
77

8-
- improve code span patterns in table cells
8+
* improve code span patterns in table cells
9+
* Fix Terraform syntax highlighting in fenced code blocks (#765)
910

1011
## New Features
1112

syntaxes/Markdown.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ contexts:
25212521
5: constant.other.language-name.markdown
25222522
6: comment.line.infostring.markdown
25232523
7: meta.fold.code-fence.begin.markdown
2524-
embed: scope:source.json.terraform
2524+
embed: scope:source.terraform
25252525
embed_scope: markup.raw.code-fence.terraform.markdown-gfm
25262526
escape: '{{fenced_code_block_escape}}'
25272527
escape_captures:

0 commit comments

Comments
 (0)