Skip to content

Commit 7a29d17

Browse files
committed
add block_comment
1 parent 46ce5db commit 7a29d17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Pest.sublime-syntax

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@ contexts:
107107
scope: comment.line.double-dash.pest
108108
captures:
109109
1: punctuation.definition.comment.pest
110+
- include: block_comment
111+
112+
block_comment:
113+
- match: '/\*'
114+
scope: punctuation.definition.comment.pest
115+
push:
116+
- meta_scope: comment.block.pest
117+
- include: block_comment
118+
- match: '\*/'
119+
scope: punctuation.definition.comment.pest
120+
pop: true
110121

111122
trailing:
112123
- match: '{{trailing_op}}'

0 commit comments

Comments
 (0)