Skip to content

Commit 16db077

Browse files
committed
Support document hightlights introduced in pyls 0.19
See: https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/code-highlight.md
1 parent ecbb9ff commit 16db077

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@
375375
"2.0.0": "provideAutocomplete"
376376
}
377377
},
378+
"code-highlight": {
379+
"versions": {
380+
"0.1.0": "provideCodeHighlight"
381+
}
382+
},
378383
"code-format.range": {
379384
"versions": {
380385
"0.1.0": "provideCodeFormat"

0 commit comments

Comments
 (0)