mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Add dependents to codemirror addons (#4278)
* use dependents in codemirror-autocomplete * add dependents to codemirror-mode-htmlmixed * add dependents to sublime keymap * add dependents to vim keymap * add dependents to htmlmixed mode * add dependents to htmlembedded mode * add dependents to markdown mode * fix typo in markdown-mode * fix typo in codemirror-mode-htmlembedded * fix typo in codemirror-keymap-sublime * fix typo in codemirror-keymap-vim * fix typo in codemirror-mode-htmlembedded * fix typo in codemirror-mode-markdown
This commit is contained in:
parent
fa86a90ef8
commit
338cffd8c7
@ -3,5 +3,6 @@
|
|||||||
"name": "CodeMirror Autocomplete",
|
"name": "CodeMirror Autocomplete",
|
||||||
"description": "Autocompletion for CodeMirror",
|
"description": "Autocompletion for CodeMirror",
|
||||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||||
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-css"],
|
||||||
"list": "readme"
|
"list": "readme"
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"name": "CodeMirror Keymap Sublime Text",
|
"name": "CodeMirror Keymap Sublime Text",
|
||||||
"description": "Keymap compatible with Sublime Text for CodeMirror",
|
"description": "Keymap compatible with Sublime Text for CodeMirror",
|
||||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||||
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-search-replace","$:/plugins/tiddlywiki/codemirror-closebrackets"],
|
||||||
"list": "readme"
|
"list": "readme"
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"name": "CodeMirror Keymap Vim",
|
"name": "CodeMirror Keymap Vim",
|
||||||
"description": "Keymap compatible with Vim for CodeMirror",
|
"description": "Keymap compatible with Vim for CodeMirror",
|
||||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||||
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-search-replace","$:/plugins/tiddlywiki/codemirror-closebrackets"],
|
||||||
"list": "readme"
|
"list": "readme"
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"name": "CodeMirror Mode HTML Embedded",
|
"name": "CodeMirror Mode HTML Embedded",
|
||||||
"description": "Embedded HTML highlighting mode for CodeMirror",
|
"description": "Embedded HTML highlighting mode for CodeMirror",
|
||||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||||
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-htmlmixed","$:/plugins/tiddlywiki/codemirror-mode-javascript","$:/plugins/tiddlywiki/codemirror-mode-css","$:/plugins/tiddlywiki/codemirror-mode-xml"],
|
||||||
"list": "readme"
|
"list": "readme"
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"name": "CodeMirror Mode HTML Mixed",
|
"name": "CodeMirror Mode HTML Mixed",
|
||||||
"description": "HTML mixed highlighting mode for CodeMirror",
|
"description": "HTML mixed highlighting mode for CodeMirror",
|
||||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||||
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-xml","$:/plugins/tiddlywiki/codemirror-mode-javascript","$:/plugins/tiddlywiki/codemirror-mode-css"],
|
||||||
"list": "readme"
|
"list": "readme"
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"name": "CodeMirror Mode Markdown",
|
"name": "CodeMirror Mode Markdown",
|
||||||
"description": "Markdown highlighting mode for CodeMirror",
|
"description": "Markdown highlighting mode for CodeMirror",
|
||||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||||
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-xml"],
|
||||||
"list": "readme"
|
"list": "readme"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user