如何在 sublime2 中安装 slim tm 包

发布于 2024-12-28 06:36:01 字数 206 浏览 3 评论 0原文

我想将 slim textmate 包安装到 sublime2。 我去了这个链接 slim textmate bundle

我将其克隆到 pristinepackage(根据 nettuts 网站),但什么也没发生.. 我缺少什么?

I would like to install the slim textmate bundle to sublime2.
I went to this link
slim textmate bundle

I cloned it to the pristinepackage(as per the nettuts website) but nothing happened..
What am I missing?.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

半仙 2025-01-04 06:36:01

尝试以下操作(它对我有用):

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/slim-template/ruby-slim.tmbundle.git Ruby-Slim.tmbundle

然后在 Sublime Text 2 中,您应该能够在右下角的语言选择中找到“Ruby Slim”。最坏的情况是,您可能需要退出并重新启动 Sublime。

Try the following (it has worked for me):

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/slim-template/ruby-slim.tmbundle.git Ruby-Slim.tmbundle

And then in Sublime Text 2, you should be able to find 'Ruby Slim' in the bottom right language selection. At worst, you may need to quit and restart Sublime.

一口甜 2025-01-04 06:36:01

虽然通过复制目录来安装很诱人,但您确实应该使用 Sublime 包管理器。

安装说明超级简单 - 只需复制和粘贴即可。

安装后,您可以:

  • 浏览其他软件包
  • 安装软件包
  • 在 Sublime更新软件包中轻松

克服一个小障碍,Sublime 就会变得更加强大。

While it's tempting to install by copying directories, you should really use the Sublime Package Manager.

Install instructions are super easy - just copy and paste.

After installing you can:

  • browse other packages
  • install packages within Sublime
  • update packages easily

One small hurdle to get over and Sublime becomes way more powerful.

顾北清歌寒 2025-01-04 06:36:01

如果您使用 Mac OS 和 Sublime 3,您应该使用 Sublime 3 目录,如下所示:

$ cd ~/Library/Application Support/Sublime Text 3/Packages/User
$ git clone [email protected]:slim-template/ruby-slim.tmbundle.git

PS:我尝试使用 Sublime Package-Manager 安装语法突出显示,但它不起作用。无论如何,这两条线对我有用。也许你应该在克隆后重新启动 Sublime。

If you are using Mac OS with Sublime 3 you should use the Sublime 3 directory like this:

$ cd ~/Library/Application Support/Sublime Text 3/Packages/User
$ git clone [email protected]:slim-template/ruby-slim.tmbundle.git

PS: I tried to install syntax highlighting with the Sublime Package-Manager but it doesn´t work. Anyway, the two lines work for me. Maybe you should restart Sublime after cloning.

娇女薄笑 2025-01-04 06:36:01

这也对我有用,但是我必须像这样添加 User/

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/
git clone git://github.com/fredwu/ruby-slim-tmbundle.git Ruby-Slim.tmbundle

That worked for me also, however i had to add User/ like so

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/
git clone git://github.com/fredwu/ruby-slim-tmbundle.git Ruby-Slim.tmbundle
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文