Skip to content

Commit

Permalink
chore: optimize the comment scope
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed May 2, 2024
1 parent 775ad37 commit a547869
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/comments.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository:
name: punctuation.definition.comment.end.parigp
name: comment.block.parigp
patterns:
- include: "#nested"
- include: "#comments"
repository:
inline:
patterns:
Expand All @@ -25,10 +25,3 @@ repository:
name: punctuation.definition.comment.parigp
1:
name: comment.line.double-slash.parigp
nested:
patterns:
-
begin: '/\*'
end: '\*/'
patterns:
- include: "#nested"

0 comments on commit a547869

Please sign in to comment.