Skip to content

Instantly share code, notes, and snippets.

View Celestialdevz's full-sized avatar

Celestial_Devzs Celestialdevz

  • Celestial Dev Team
View GitHub Profile
@Celestialdevz
Celestialdevz / lua-editor.html
Created March 7, 2025 20:48 — forked from steve-taylor/lua-editor.html
Simple Lua text editor using Hightlight.js
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lua editor with Syntax highlighting</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.2.0/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.2.0/umd/react-dom.production.min.js"></script>