HTML模板语言
Textmate的HTML模板语言包
详细信息
安装
- 总数 53K
- Win 13K
- Mac 27K
- Linux 12K
8月7日 | 8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 1 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
说明
HAML TextMate Bundle
描述
从"手工制作HTML模板语言Textmate包"衍生的。增加的内容包括
改进的语言支持
- 现在正确识别Ruby、ERB、JavaScript、Sass和CSS中的文本,因此可以获得所有语法高亮、代码片段、命令等。
- 增加了内置的html识别。当在HAML中包含html时很有帮助。
- 使用
#{}
识别的Ruby代码作为嵌入式Ruby - 更新语言,以便将<>&号识别为HTML模板语言的常量
增加了代码片段和命令
⌘⌥+C
将选择的HTML转换为HTML模板语言(并尝试将erb转换为HTML模板语言样式 - 仍然是beta版本)⌃+>
插入#{}
并在#{ruby code}
和#{ ruby code }
之间切换- 为属性增加了代码片段(
:⇥
和=>
) - 为常见的HTML元素增加了完整的触发代码片段(例如table、br、div、h1、h2等)
⌘+/
使用rails注释 -# 而不是HTML注释⌘⌥+X
转义HTML的特定字符
安装
- $
cd ~/Library/Application\ Support/TextMate/Bundles/
- $
git clone git://github.com/phuibonhoa/handcrafted-haml-textmate-bundle.git Haml.tmbundle
- $
osascript -e 'tell app "TextMate" to reload bundles'
如果您想安装所有包,请查看由mkdynamic编写的此脚本。它安装所有包,并使用冲突的名字备份现有包。感谢Mark!
其他Textmate包
我的包最好与我的其他包一起使用
- Rails - http://github.com/phuibonhoa/ruby-on-rails-tmbundle
- Ruby - http://github.com/phuibonhoa/ruby-tmbundle
- Shoulda - http://github.com/phuibonhoa/ruby-shoulda-tmbundle
- HAML - http://github.com/phuibonhoa/handcrafted-haml-textmate-bundle
- Sass - http://github.com/phuibonhoa/ruby-sass-tmbundle
- JavaScript - http://github.com/phuibonhoa/Javascript-Bundle-Extension
- CTags - http://github.com/phuibonhoa/tm-ctags-tmbundle
致谢
增加者为 Philippe Huibonhoa,并由 BookRenter.com 赞助。
原始包可在 此处 找到。