Skip to content

Commit b31ebac

Browse files
committed
support 5.5 grammar
1 parent c10a337 commit b31ebac

14 files changed

Lines changed: 250 additions & 18 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ group = "com.cppcxy"
1212

1313
// 版本配置
1414
object Versions {
15-
const val emmyluaAnalyzer = "0.18.0"
16-
const val emmyDebugger = "1.8.7"
15+
const val emmyluaAnalyzer = "0.19.0"
16+
const val emmyDebugger = "1.9.0"
1717
const val jvm = "17"
1818
const val ideaSDK = "2025.2"
1919
}

gen/com/tang/intellij/lua/parser/LuaParser.java

Lines changed: 83 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/LuaForBStat.java

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/LuaFuncBody.java

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/LuaGlobalDef.java

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/LuaGlobalFuncDef.java

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/LuaTypes.java

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/LuaVisitor.java

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/impl/LuaForBStatImpl.java

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/com/tang/intellij/lua/psi/impl/LuaFuncBodyImpl.java

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)