Skip to content

Commit 19e9cb6

Browse files
authored
[JS] Fix comments ending with links
1 parent be23a0e commit 19e9cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/fjsx15/comment/line.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ contexts:
3131
- meta_scope: comment.line.js.fjsx15
3232
- include: email-no-pop
3333
- include: link-no-pop
34-
- match: \n
34+
- match: \n|$
3535
pop: true
3636

3737
email-no-pop:

0 commit comments

Comments
 (0)