Skip to content

Commit

Permalink
Merge pull request #6 from nishantbudhdev/master
Browse files Browse the repository at this point in the history
Fixed issue with removing block comments using the shortcut.
  • Loading branch information
c3m3gyanesh authored May 18, 2020
2 parents 9626bec + 9ccd8f7 commit 28998a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion p4.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repository:
patterns:
- name: comment.block.p4
begin: \s*(/\*)
end: (\*/)(\n?)
end: (\*/)
- name: comment.line.double.slash.p4
begin: \s*(//)
end: (?<=$\n)(?<!\\$\n)
Expand Down
2 changes: 1 addition & 1 deletion p4.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Todo:
<key>begin</key>
<string>\s*(/\*)</string>
<key>end</key>
<string>(\*/)(\n?)</string>
<string>\s*(\*/)</string>
<key>name</key>
<string>comment.block.p4</string>
</dict>
Expand Down

0 comments on commit 28998a4

Please sign in to comment.