Skip to content

Commit ffc5ffa

Browse files
author
MattDMo
committed
Fixed comment scope
1 parent dfdd698 commit ffc5ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ repository:
608608
'1': {name: punctuation.definition.comment.python}
609609
'2': {name: comment.line.note.notation.python}
610610
- name: comment.line.number-sign.python
611-
match: (#+).*$\n?
611+
match: (#+).*$
612612
captures:
613613
'1': {name: punctuation.definition.comment.python}
614614

0 commit comments

Comments
 (0)