ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

马森

guanghao479 全部

Sublime Text 2的马森语法和片段

详细信息

  • 2017.03.21.05.24.07
  • github.com
  • github.com
  • 7年前
  • 27分钟前
  • 12年前

安装数量

  • 总数 1K
  • Win 402
  • Mac 597
  • Linux 315
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 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0

README

源代码
raw.githubusercontent.com

马森

Join the chat at https://gitter.im/fmaj7/Mason

Sublime Text 2的马森语法和片段

安装

通过Package Control安装

支持的文件类型

.m .mi .mc .md autohandler dhandler mhtml

转到符号

由 <%def>, <%method> 和 <%closure> 定义的所有已命名块

片段 [触发器:详细信息]

args: <%args> 块

<%args>
  ${1} => ${2}
</%args>

class: <%class> 块

<%class>
  ${1}
</%class>

comp: <& &> 标签

<& "${1}"${2:, "$3" => $4} &>

def: <%def> 块

<%def .${1}>
  <%args>
    ${2}
  </%args>

  <%perl>
    ${3}
  </%perl>
</%def>

doc: <%doc> 块

<%doc>
  ${1}
</%doc>

init: <%init> 块

<%init>
  ${1}
</%init>

mcomp: $m->comp()

$m->comp("${1}"${2:, "$3" => $4});

method: <%method> 块

<%method ${1}>
  <%args>
    ${2}
  </%args>

  <%perl>
    ${3}
  </%perl>
</%method>

once: <%once> 块

<%once>
  ${1}
</%once>

perl: <%perl> 块

<%perl>
  ${1}
</%perl>