mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-08 09:48:05 +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:
@@ -3,5 +3,6 @@
|
||||
"name": "CodeMirror Mode HTML Mixed",
|
||||
"description": "HTML mixed highlighting mode for CodeMirror",
|
||||
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
||||
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-xml","$:/plugins/tiddlywiki/codemirror-mode-javascript","$:/plugins/tiddlywiki/codemirror-mode-css"],
|
||||
"list": "readme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user