Skip to content

Commit

Permalink
add block_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dten committed Nov 14, 2018
1 parent 46ce5db commit 7a29d17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Pest.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@ contexts:
scope: comment.line.double-dash.pest
captures:
1: punctuation.definition.comment.pest
- include: block_comment

block_comment:
- match: '/\*'
scope: punctuation.definition.comment.pest
push:
- meta_scope: comment.block.pest
- include: block_comment
- match: '\*/'
scope: punctuation.definition.comment.pest
pop: true

trailing:
- match: '{{trailing_op}}'
Expand Down

0 comments on commit 7a29d17

Please sign in to comment.