You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codeInput.registerTemplate("syntax-highlighted", new codeInput.templates.Prism(Prism, [
117
-
new codeInput.plugins.Autocomplete(updatePopup) // See above
118
+
new codeInput.plugins.Autocomplete(updatePopup) // See above
118
119
]));
119
120
</script>
120
121
<p>Start typing some HTML tags to see the autocomplete in action. You can click an autocomplete suggestion, or press the Tab key to select the first.</p>
0 commit comments