From a3cdc5ba80b225905c9dc320b03022a379daa880 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 26 Mar 2017 20:46:05 +0800 Subject: Update to add abc in support charts of textcomplete --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js') diff --git a/public/js/index.js b/public/js/index.js index bb942122..8c4172c5 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -93,7 +93,7 @@ var cursorActivityDebounce = 50 var cursorAnimatePeriod = 100 var supportContainers = ['success', 'info', 'warning', 'danger'] var supportCodeModes = ['javascript', 'typescript', 'jsx', 'htmlmixed', 'htmlembedded', 'css', 'xml', 'clike', 'clojure', 'ruby', 'python', 'shell', 'php', 'sql', 'haskell', 'coffeescript', 'yaml', 'pug', 'lua', 'cmake', 'nginx', 'perl', 'sass', 'r', 'dockerfile', 'tiddlywiki', 'mediawiki', 'go'] -var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid'] +var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid', 'abc'] var supportHeaders = [ { text: '# h1', -- cgit v1.2.3