Skip to content

Commit 368fdcc

Browse files
author
Will Bamberg
committed
Add caption style
1 parent d67b23f commit 368fdcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • editable-samples/pages/font/js

editable-samples/pages/font/js/font.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ var cmMatchToShowCompletions = "font: ";
55
var cmCompletionChoices = [
66
'1.5em/1.2 courier',
77
'italic 2em cursive',
8-
'italic small-caps bolder condensed 24px/2 cursive'
8+
'italic small-caps bolder condensed 24px/2 cursive',
9+
'caption'
910
];

0 commit comments

Comments
 (0)