@jupyterlab/codemirror
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -40,2 +40,4 @@ "use strict"; | ||
'Shift-Tab': 'indentLess', | ||
'Cmd-/': 'toggleComment', | ||
'Ctrl-/': 'toggleComment', | ||
'Shift-Enter': () => { | ||
@@ -42,0 +44,0 @@ /* no-op */ |
{ | ||
"name": "@jupyterlab/codemirror", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "JupyterLab - CodeMirror Editor Provider", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150700
2079