Sublime Text 增加CoffeeScript、Jade and Stylus syntax高亮

切换到Sublime Text Packages 目录:

Liunx系统:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages

windows系统:

[email protected] ~/AppData/Roaming/Sublime Text 2/Packages
$ pwd
/c/Users/jdm/AppData/Roaming/Sublime Text 2/Packages

目录切换好之后,执行如下命令:

git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus

最后,重启Sublime Text2

参考文献:https://gist.github.com/liamdon/2467603

时间: 2024-08-10 19:02:35

Sublime Text 增加CoffeeScript、Jade and Stylus syntax高亮的相关文章

Sublime Text编译CoffeeScript出错解决方案

今天尝试用Sublime Text编译CoffeeScript 先安装了CoffeeScript的插件, 然后编译器中多了一项CoffeeScript, 但是尝试编译却提示出错, 然后上网寻找解决方法无解-于是就自己尝试去改了下SublimeText的build命令, 结果成功了 出错信息如下: /usr/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:111 throw new Error("Cakefile not

用 sublime text 3 开发 Jade

学习jade模板引擎 利用npm安装jade:npm install jade 在sublime中安装jade高亮插件 jade build 编写jade代码 编译jade代码:在sublime中tools 确认build system (编译系统)选择了Automatic(自动模式)或者Jade 按ctrl + b 进行编译 sublime 底部出现编译结果 出现 [Decode error - output not utf-8][Finished in 0.2s with exit code

如何优雅地使用Sublime Text

Sublime Text:一款具有代码高亮.语法提示.自动完成且反应快速的编辑器软件,不仅具有华丽的界面,还支持插件扩展机制,用她来写代码,绝对是一种享受.相比于难于上手的Vim,浮肿沉重的Eclipse,VS,即便体积轻巧迅速启动的Editplus.Notepad++,在SublimeText面前大略显失色,无疑这款性感无比的编辑器是Coding和Writing最佳的选择,没有之一. 如何优雅地使用Sublime Text之目录: Sublime Text 2和3的对比 Sublime Tex

Sublime Text

http://baike.baidu.com/link?url=Ww3C1m_vbH4hLrnpez-43GpKBNXjILkRZxLizO-f-kXJFWKmUBUOlR2Ot4HXpPtleMch0zcvD85CqM3dAh40oXeCx7qKACXYsCbyC_4oPvGojKMEjqidztmHrifHl4mZtrwV7Gnpr8M6LMqoiJoxIa Sublime Text 是一个代码编辑器(Sublime Text 2是收费软件,但可以无限期试用),也是HTML和散文先进的文本编

Sublime Text 3 3065 熊猫绿色便携版

一. 前言 作为一个前端,有一款好的开发利器是必不可少的,editplus.notepad++ 都是不错的工具,体积轻巧,启动迅速(dw太浮肿了).几年前,又有一款新的编辑器诞生,席卷前端界,惹得无数喜爱,不少前端er纷纷抛弃用了数年的"伙 伴",投入了她的怀抱--Sublime Text 2.本文要介绍的是她的最新版Sublime Text 3.ST3是一款跨平台的编辑器,再也不用为换平台而找不到合适的.熟悉的编辑器担忧了.目前,还是beta版中,不过功能已经很强大了,更新也很快,目

Custom Sublime Text Build Systems For Popular Tools And Languages

Sublime Text is currently the text editor of choice for a number of developers in the open-source community. It’s sophisticated, has powerful text selection and customization support and also includes a feature not used by many – its build system. In

Sublime Text 3 配置c/c++编译环境(转)

sublime text 3提供了构建功能,它的构建系统(Build systems)可以运行一段外部命令,还可以捕获输出并显示. 要在sublime text 3中实现c或c++代码的编译和运行,在本质上说也是调用外部的命令,windows中也可以理解为执行一段cmd命令. 目前c/c++编译器最流行的就是gcc和g++,本文将从MinGW开始,介绍gcc和g++的基本命令格式,然后详细介绍sublime中自带的编译配置文件,分析每一行的作用.然后给出win7 64bit下 Sublime T

Sublime(Text 3)及插件安装

Sublime Text 3常用插件安装 1.直接安装 --下载安装包解压缩到Packages目录(菜单->preferences->packages) 2.使用Package Control组件安装   (1)首先安装Package Control:Package control是必装插件,所有其他的插件和主题都可以通过它来安装 1)按Ctrl+`调出console 2)粘贴以下代码到底部命令行并回车: import urllib.request,os; pf = 'Package Cont

翻译:打造基于Sublime Text 3的全能python开发环境

原文地址:https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/ 原文标题:Setting Up Sublime Text 3 for Full Stack Python Development 翻译:打造基于sublime text 3的全能Python开发环境 Sublime Text 3 (ST3) is lightweight, cross-platfo