Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

39 add option to only show specific lines #44

Merged
merged 13 commits into from
Oct 26, 2023
Prev Previous commit
Next Next commit
Merge branch 'master' into 39-add-option-to-only-show-specific-lines
# Conflicts:
#	extension.json
myousuffazal committed Oct 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e41e78fac620153962be7b4b2737a8091c0ea7d3
3 changes: 2 additions & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -74,7 +74,8 @@
"es6": true,
"scripts": [
"prism/prism.js",
"code-specific-lines.js"
"bitbucket-edit.js",
"code-specific-lines.js
]
},
"ext.external-content.code-renderer.styles": {
You are viewing a condensed version of this merge commit. You can view the full changes here.