Add dark mode Lua syntax highlighting
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled

This commit is contained in:
ema
2025-07-01 05:04:51 +08:00
parent 12a6b35c6c
commit b1a2387203
2 changed files with 411 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<SyntaxDefinition name="Lua" extensions=".lua">
<Environment>
<Environment>
<Default color="Black" bgcolor="#FFFFFF"/>
<Selection color="Black" bgcolor="#C3C3FF"/>
<LineNumbers color="Gray" bgcolor="#FFFFFF"/>
@@ -25,7 +25,7 @@
<Property name="BlockCommentEnd" value="]]"/>
</Properties>
<Digits name="Digits" color="#DF7000"/>
<Digits name="Digits" color="#DF7000"/>
<RuleSets>
<RuleSet ignorecase="false">