mirror of
https://github.com/vrana/adminer.git
synced 2025-08-05 06:07:57 +02:00
Rename highlight plugins
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
||||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
||||||
*/
|
*/
|
||||||
class AdminerCodemirror extends Adminer\Plugin {
|
class AdminerHighlightCodemirror extends Adminer\Plugin {
|
||||||
private $root;
|
private $root;
|
||||||
private $minified;
|
private $minified;
|
||||||
|
|
@@ -7,7 +7,7 @@
|
|||||||
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
||||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
||||||
*/
|
*/
|
||||||
class AdminerMonaco extends Adminer\Plugin {
|
class AdminerHighlightMonaco extends Adminer\Plugin {
|
||||||
private $root;
|
private $root;
|
||||||
|
|
||||||
function __construct($root = "https://cdn.jsdelivr.net/npm/monaco-editor@0.52/min/vs") {
|
function __construct($root = "https://cdn.jsdelivr.net/npm/monaco-editor@0.52/min/vs") {
|
@@ -7,7 +7,7 @@
|
|||||||
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
||||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
||||||
*/
|
*/
|
||||||
class AdminerPrism extends Adminer\Plugin {
|
class AdminerHighlightPrism extends Adminer\Plugin {
|
||||||
private $editorRoot;
|
private $editorRoot;
|
||||||
private $minified;
|
private $minified;
|
||||||
private $theme;
|
private $theme;
|
Reference in New Issue
Block a user