Skip to content

Commit afe23fc

Browse files
authored
fix: use markup.raw.block instead of comment.block.tera.raw (#18)
1 parent 8d7d7e4 commit afe23fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tera.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ contexts:
7070
2: keyword.control.tera
7171
3: punctuation.section.block.end.tera
7272
push:
73-
- meta_scope: comment.block.tera.raw
73+
- meta_scope: markup.raw.block.tera
7474
- match: '({%-?)\s*(endraw)\s*(-?%})'
7575
captures:
7676
1: punctuation.section.block.begin.tera

0 commit comments

Comments
 (0)