1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/tiddlywiki.files
Simon Huber cbff2fb692
Fix e.toggleComment being undefined in CM sublime keymap (#4662)
* Create comment.js

* Update tiddlywiki.files
2020-06-11 11:45:47 +01:00

20 lines
430 B
Plaintext
Executable File

{
"tiddlers": [
{
"file": "keymap/sublime.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/keymap/sublime.js",
"module-type": "codemirror"
}
},{
"file": "addons/comment/comment.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/addons/comment/comment.js",
"module-type": "codemirror"
}
}
]
}