Skip to content

Commit a3cdc5b

Browse files
committed
Update to add abc in support charts of textcomplete
1 parent 961d3fa commit a3cdc5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var cursorActivityDebounce = 50
9393
var cursorAnimatePeriod = 100
9494
var supportContainers = ['success', 'info', 'warning', 'danger']
9595
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']
96-
var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid']
96+
var supportCharts = ['sequence', 'flow', 'graphviz', 'mermaid', 'abc']
9797
var supportHeaders = [
9898
{
9999
text: '# h1',

0 commit comments

Comments
 (0)