We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca3c4b commit 560dc3fCopy full SHA for 560dc3f
2 files changed
messages/next.md
@@ -5,7 +5,8 @@ feedback you can use [GitHub issues][issues].
5
6
## Bug Fixes
7
8
-- improve code span patterns in table cells
+* improve code span patterns in table cells
9
+* Fix Terraform syntax highlighting in fenced code blocks (#765)
10
11
## New Features
12
syntaxes/Markdown.sublime-syntax
@@ -2521,7 +2521,7 @@ contexts:
2521
5: constant.other.language-name.markdown
2522
6: comment.line.infostring.markdown
2523
7: meta.fold.code-fence.begin.markdown
2524
- embed: scope:source.json.terraform
+ embed: scope:source.terraform
2525
embed_scope: markup.raw.code-fence.terraform.markdown-gfm
2526
escape: '{{fenced_code_block_escape}}'
2527
escape_captures:
0 commit comments