博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
让Xcode Lua 语法高亮
阅读量:6785 次
发布时间:2019-06-26

本文共 478 字,大约阅读时间需要 1 分钟。

 本人不太喜欢用code ide 还是喜欢XCODE的风格

1.让Xcode支援Lua语法高亮(Syntax Highlighting) 1. 下载

 

  1. download the two files (Add-Lua.sh, Lua.xclangspec)
  2. Open Add-Lua.sh and change the DVTFOUNDATION_PATH if necessary. You probably do not need to change this if you are on Xcode 4.3+
  3. Make sure Xcode is closed
  4. Run Add-Lua.sh from the terminal with sudo (I.E. 'sudo Add-Lua.sh')
  5. Enter your admin password and hit enter
  6. Open Xcode and notice the 'Lua' entry under "Editor->Syntax Coloring"

 更新 我建议使用appcode IDE

转载地址:http://zdbgo.baihongyu.com/

你可能感兴趣的文章
浅谈C#中的接口和抽象类
查看>>
Jmeter实现webservice的接口测试
查看>>
jmeter用BeanShell调用jar包对HTTP请求中的参数进行MD5加密
查看>>
判断页数及切换
查看>>
GraphQL ---02 GraphQL和C#结合的实战项目
查看>>
Vmware虚拟机三种网络模式详解
查看>>
【已解决】如图,说我磁盘不够,看到var目录下有的个隐藏文件夹占了46G,不知道怎么删除...
查看>>
[LintCode] O(1)检测2的幂次
查看>>
BZOJ3295:[CQOI2011]动态逆序对——题解
查看>>
Office Online简介
查看>>
房天下爬虫
查看>>
常用Shell脚本命令(备忘)
查看>>
Python中的__init__,__call__
查看>>
如何设置Navicat的显示字体与字体大小?
查看>>
【转】HttpServlet详解
查看>>
项目 04 数据库迁移工具,增加用户系统-用户中心
查看>>
程序员小笑话
查看>>
DataTable AsEnumerable 的使用
查看>>
JS滚轮事件(mousewheel/DOMMouseScroll)了解
查看>>
GDI+与GDI屏幕抓图比较
查看>>