mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
338cffd8c7
* 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
9 lines
455 B
Plaintext
Executable File
9 lines
455 B
Plaintext
Executable File
{
|
|
"title": "$:/plugins/tiddlywiki/codemirror-mode-htmlembedded",
|
|
"name": "CodeMirror Mode HTML Embedded",
|
|
"description": "Embedded HTML highlighting mode for 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"
|
|
}
|