Mason
Mason Syntax and Snippets for Sublime Text 2
Labels language syntax
Details
Installs
- Total 1K
- Win 415
- Mac 606
- Linux 318
Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 |
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
- Source
- raw.githubusercontent.com
Mason
Mason Syntax and Snippets for Sublime Text 2
Install
Install via Package Control
File Types Supported
.m
.mi
.mc
.md
autohandler
dhandler
mhtml
Goto Symbol
Any named block defined by <%def>, <%method> and <%closure>
Snippets [trigger: details]
args: <%args> block
<%args>
${1} => ${2}
</%args>
class: <%class> block
<%class>
${1}
</%class>
comp: <& &> tag
<& "${1}"${2:, "$3" => $4} &>
def: <%def> block
<%def .${1}>
<%args>
${2}
</%args>
<%perl>
${3}
</%perl>
</%def>
doc: <%doc> block
<%doc>
${1}
</%doc>
init: <%init> block
<%init>
${1}
</%init>
mcomp: $m->comp()
$m->comp("${1}"${2:, "$3" => $4});
method: <%method> block
<%method ${1}>
<%args>
${2}
</%args>
<%perl>
${3}
</%perl>
</%method>
once: <%once> block
<%once>
${1}
</%once>
perl: <%perl> block
<%perl>
${1}
</%perl>