Resolve issue 1493

Should solve the issue in https://github.com/usmannasir/cyberpanel/issues/1493
This commit is contained in:
Master3395
2025-09-07 20:40:29 +02:00
parent 061387fc57
commit d191bd208c
15 changed files with 43 additions and 17 deletions

View File

@@ -1,7 +1,9 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Lua mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -26,7 +28,7 @@
<article>
<h2>Lua mode</h2>
<form><textarea id="code" name="code">
<form><label for="code">Lua code editor</label><textarea id="code" name="code" placeholder="Enter Lua code here" title="Lua code editor">
--[[
example useless code to show lua syntax highlighting
this is multiline comment