jupyterlab_vscode_icons_extension 1.1.52 → 1.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,6 +132,8 @@ const KNOWN_EXTENSIONS = [
132
132
  'log',
133
133
  'rst',
134
134
  'tex',
135
+ 'md',
136
+ 'markdown',
135
137
  // Notebooks (handled separately by jupytext)
136
138
  'ipynb'
137
139
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_vscode_icons_extension",
3
- "version": "1.1.52",
3
+ "version": "1.1.53",
4
4
  "description": "Jupyterlab extension with a shameless rip-off of the vscode-icons into our beloved environment",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -137,6 +137,8 @@ const KNOWN_EXTENSIONS = [
137
137
  'log',
138
138
  'rst',
139
139
  'tex',
140
+ 'md',
141
+ 'markdown',
140
142
  // Notebooks (handled separately by jupytext)
141
143
  'ipynb'
142
144
  ];