diff options
Diffstat (limited to 'man.sublime-syntax')
-rw-r--r-- | man.sublime-syntax | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/man.sublime-syntax b/man.sublime-syntax index ba2de71..cb38ccc 100644 --- a/man.sublime-syntax +++ b/man.sublime-syntax @@ -36,7 +36,10 @@ contexts: # Comments begin and finish at the end of the line - match: \\["#] scope: comment.man - push: line_comment + push: + - meta_scope: comment.line.man + - match: $ + pop: true macros: @@ -64,12 +67,6 @@ contexts: - meta_content_scope: markup.italic.man - line_comment: - - meta_scope: comment.line.man - - match: $ - pop: true - - string: - meta_scope: string.quoted.double.man - match: '"' |