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 bef165b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
Compile:
runs-on: ubuntu-latest
steps:
- name: Install xsltproc
run: sudo apt-get install -y xsltproc

- uses: actions/checkout@v4

- name: Import GPG key
Expand Down
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 bef165b

Please sign in to comment.