Skip to content

Commit

Permalink
[Scala] Inverted the order of comment newline eating
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Dec 31, 2024
1 parent a3f18c9 commit 3097120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scala/Scala.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ contexts:
scope: constant.character.literal.scala

comments:
- match: '(//).*\n?$'
- match: '(//).*$\n?'
scope: comment.line.double-slash.scala
captures:
1: punctuation.definition.comment.scala
Expand Down

0 comments on commit 3097120

Please sign in to comment.