首页 > 代码库 > centos6.5安装sublime Text3破解版

centos6.5安装sublime Text3破解版

安装后的效果图:

 

在csdn上找到了一个破解版。

http://download.csdn.net/download/phpscott2/5356561

 

安装后,能够运行,但每次打开都提示没有安装pyv8.

 

下载pyv8 解压到sublime Text3的路径下就可以了。

下载地址为 https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux32-p3.zip

再次运行sublimeText3 ,ok!

突然发现此安装包连emmet都附带了。确实很方便。又回到了win的感觉。

 

输入 html:5

按ctrl+e    已经成功自动生成了对应的html内容

 

 1 <!doctype html> 2 <html lang="en"> 3 <head> 4     <meta charset="UTF-8"> 5     <title>Document</title> 6 </head> 7 <body> 8      9 </body>10 </html>

 

感谢 phpscott2 带来的便利。