Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit be18a49

Browse files
committed
Ensure name in plugin.
1 parent 2acbf46 commit be18a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

customtags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const pyReplTag = function(e) {
3535
*/
3636

3737
const plugin = {
38+
name: "py-repl",
3839
configure: function(config) {
3940
// Just set a flag to indicate that a REPL is active.
4041
config.repl = true

0 commit comments

Comments
 (0)