莫利哥斯
为 Sublime Text 2 设计的用于 Perl 网络开发框架的莫利哥斯包
详细信息
安装
- 总计 2K
- Win 466
- Mac 568
- Linux 550
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 | 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 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明
描述
此插件提供用于莫利哥斯 (http://mojolicious.org) 嵌入式 Perl 模板的语法、补全和代码片段。
补全
在嵌入式 Perl 区块内,以下补全可用
<%
<%=
<%==
app
content
content_for
dumper
extends
include
flash
layout
layout
memorize
param
session
stash
url_for
title
base_tag
check_box
file_field
form_for
hidden_field
input_tag
javascript
link_to
password_field
radio_button
select_field
stylesheet
submit_button
tag
text_area
text_field
Perl 代码片段
从 Mojolicious 控制器中,您可以使用以下代码片段
debug
-> $self->app->log->debug(${1:'debug message'});
error
-> $self->app->log->error(${1:'error message'});
mdump
-> $self->app->log->debug($self->dumper(${1:object}));
待办事项
- 默认所有不在 Mojolicious 区块中的内容为 HTML
- 为 Mojo::Lite 添加(更多)内容
- 为 Perl 源代码中的 Mojolicious 辅助程序添加功能
- 使它更加出色
更改日志
2012年6月28日
- 解决了问题 #3(以及问题 #2)。调整语法,在javascript/stylesheet 区块内使用
source.js
和source.css
语法。 - 在 EP 标签内的
begin
和end
上设置域名称(entity.name.function.mojo)
2012年6月25日
- 解决了问题 #1。为 Mojolicious 的嵌入式 Perl 在 Perl
__DATA__
区块中添加了JSON-tmLanguage
和tmLanguage
语法。