Skip to content

Commit 503a19c

Browse files
committed
Added header comment
1 parent f49918d commit 503a19c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/plugin.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Supercode TinyMCE Plugin
3+
* Supercode is an enhanced source code editor plugin for TinyMCE, the popular web-based WYSIWYG editor. This plugin provides users with a seamless experience for editing and displaying source code within the TinyMCE editor environment.
4+
*
5+
* Repository: https://github.com/prathamVaidya/supercode-tinymce-plugin
6+
* Author: Pratham Vaidya
7+
* License: GPL-3.0
8+
* Version: 1.2.0
9+
*
10+
* Released under the GPL-3.0 License.
11+
*/
12+
113
! function() {
214
"use strict";
315

0 commit comments

Comments
 (0)