aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man.sublime-syntax11
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: '"'