diff options
author | Wu Cheng-Han | 2016-09-18 16:40:51 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-09-18 16:40:51 +0800 |
commit | 42145e401983994d813ce0bf0ea775e6473a070e (patch) | |
tree | af5a660005f2e7d267953e2b0d61b668e30f86e6 /public/js | |
parent | 591134007ca70a542239badc61073f0be515abf4 (diff) |
Update to support tiddlywiki and mediawiki syntax highlighting in editor
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js index b05c8d2a..e8f2dbd1 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -143,7 +143,7 @@ var cursorMenuThrottle = 50; var cursorActivityDebounce = 50; var cursorAnimatePeriod = 100; var supportContainers = ['success', 'info', 'warning', 'danger']; -var supportCodeModes = ['javascript', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'coffeescript', 'yaml', 'jade', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile']; +var supportCodeModes = ['javascript', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'coffeescript', 'yaml', 'jade', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile', 'tiddlywiki', 'mediawiki']; var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid']; var supportHeaders = [ { |