Initial commit

This commit is contained in:
2025-04-17 12:45:29 +09:00
commit 48fc1716d1
45 changed files with 1787 additions and 0 deletions

5
script/debug.lua Normal file
View File

@@ -0,0 +1,5 @@
local chighlight = require("./c-syntax-highlight")
src = "int main(int argc, char** argv);"
print(chighlight(src))