WEOML语法
HTML语法超级增强以识别Sublime Text 3中的WEO键
详细信息
安装
- 总计 95
- Win 61
- Mac 31
- Linux 3
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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README
WEOML语法
这是WEO键 + HTML = 颜色!我们已对HTML语法进行了超级增强以识别Sublime Text 3中的WEO键。此包提供了除基本HTML语法高亮外,还提供专有WEO Media“键”的语法高亮。它源自Sublime的标准HTML高亮。
其他功能
还包括…… - 所有WEO键的自动补全及其相应参数 - 常见代码片段 - DearDoctor视频ID - bootstrap-tp类别的补全
要安装的其他包
- sublime tutor
- ghost text
- bracket highlighter
- default file type
- color highlighter
- text pastry
可选
- emmet
- html-css-js-prettify
- css format
自动补全
打开Sublime Text个人设置文件
- Mac OS X: Sublime Text > Preferences > Settings
- Windows: Preferences > Settings
在第一个大括号(
{
)之后添加以下代码
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_cycle": true,
"auto_complete_selector": "source, text",
"auto_complete_with_fields": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
默认文件设置
- 在Sublime中打开一个新的文件。
- 粘贴以下内容
{
"default_new_file_syntax": "WEOML.sublime-syntax",
"default_new_window_syntax": "WEOML.sublime-syntax",
"use_current_file_syntax": false
}
- 将“default_file_type.sublime-settings”保存到以下位置
- /Packages/User/default_file_type.sublime-settings
- 以找到用户包文件夹
- Mac OS X: Sublime Text > Preferences > Browse Packages
- Windows: Preferences > Browse Packages