BabeLua_mod icon indicating copy to clipboard operation
BabeLua_mod copied to clipboard

BabeLua_mod is a full-featured expansion package that allows Visual Studio to support lua programming and development

Results 4 BabeLua_mod issues
Sort by recently updated
recently updated
newest added

As soon as I installed the extension all *.txt files became highlighted as Lua code. The most annoying are the CMakeLists.txt files. If I disable the extension and restart MSVS,...

环境: vs2013 + luajit库 原来我有一个可以用的babelua,卸载后,安装了这里的版本 安装后: 设置 lua 脚本目录【但是实际上,在vs 的文件管理里,并没有加载scripts目录,需要我手动添加文件夹,我怀疑我这边有问题】 设置 exe的路径,和工作目录 启动后,刚开始的Lua文件断点运行都是正常的,随后有一个Lua调用c接口的函数,就直接卡主,整个进程不再继续下去了。用老的babelua是可以的,不知道是否我哪里操作有误呢? 叨扰了~~

昨天更新前还是好的,更新5.0.0.155重开之后就扩展加载失败了,希望看一下具体问题,卸载重装旧版本就好了

示例: ```lua local function Foo(num) if num > 1 then goto bar else print("Hi") end ::bar:: print("bar") end Foo(2) ``` 示例中,行数3、8将引发"Syntax error"错误,而此代码实际执行没有任何问题: ![1](https://github.com/sonyps5201314/BabeLua_mod/assets/45044404/26b20d46-379f-4623-8ccb-e1220de80961)